71220318 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent a33cc91e
...@@ -173,7 +173,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro ...@@ -173,7 +173,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
173 mfEnterpriseService.updateById(bean); 173 mfEnterpriseService.updateById(bean);
174 return; 174 return;
175 } 175 }
176 if (!dto.getIsZqPlatformApprove()) { 176 if (dto.getApprovalState().equals(ApprovalStateEnum.PASSED.getValue()) && !dto.getIsZqPlatformApprove()) {
177 //审批通过则执行更新 177 //审批通过则执行更新
178 MfEnterprise vo = csbrBeanUtil.convert(entity,MfEnterprise.class); 178 MfEnterprise vo = csbrBeanUtil.convert(entity,MfEnterprise.class);
179 vo.setGuid(entity.getSourceGuid()); 179 vo.setGuid(entity.getSourceGuid());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!