4e208780 by xiaojie

【数据资产】

1、企业认证修改
1 parent fe901eab
......@@ -235,7 +235,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
mfEnterpriseChangeApproveService.update(updateWrapper);
//审批不通过则将状态恢复到以前的Y
if(dto.getApprovalState().equals(ApprovalStateEnum.REJECT.getValue())){
if(dto.getApprovalState().equals(ApprovalStateEnum.REJECT.getValue()) || "E".equals(dto.getApprovalState())){
MfEnterprise bean = mfEnterpriseService.getById(entity.getSourceGuid());
bean.setBizApproveState("Y");
bean.setCrossPlatformApproveState("Y");
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!