fix 83114 会员企业端--中汽标协-权限状态显示不对
This commit is contained in:
-1
@@ -795,7 +795,6 @@ public class ITbMemberProjectSubitemService extends ServiceImpl<TbMemberProjectS
|
||||
Date effectiveDate = record.getEffectiveDate();
|
||||
Date invalidationDate = record.getInvalidationDate();
|
||||
if (effectiveDate == null){
|
||||
record.setEquityStatus(INVALID);
|
||||
return;
|
||||
}
|
||||
//如果当前日期大于失效日期,返回失效
|
||||
|
||||
Reference in New Issue
Block a user