137854e9 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent 84ebe5f8
......@@ -173,7 +173,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
mfEnterpriseService.updateById(bean);
return;
}
if (!dto.getIsZqPlatformApprove() && StringUtils.isEmpty(entity.getZqName())) {
if (!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!