【数据资产】
1、认证变更跨平台审批
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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() && StringUtils.isEmpty(entity.getZqName())) { | 176 | if (!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()); | ... | ... |
-
Please register or sign in to post a comment