71220318 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent a33cc91e
......@@ -173,7 +173,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
mfEnterpriseService.updateById(bean);
return;
}
if (!dto.getIsZqPlatformApprove()) {
if (dto.getApprovalState().equals(ApprovalStateEnum.PASSED.getValue()) && !dto.getIsZqPlatformApprove()) {
//审批通过则执行更新
MfEnterprise vo = csbrBeanUtil.convert(entity,MfEnterprise.class);
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!