【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -132,11 +132,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro | ... | @@ -132,11 +132,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro |
132 | return; | 132 | return; |
133 | } | 133 | } |
134 | //审批通过则执行更新 | 134 | //审批通过则执行更新 |
135 | EnterpriseRQVO vo = csbrBeanUtil.convert(entity,EnterpriseRQVO.class); | 135 | MfEnterprise vo = csbrBeanUtil.convert(entity,MfEnterprise.class); |
136 | vo.setGuid(entity.getSourceGuid()); | 136 | vo.setGuid(entity.getSourceGuid()); |
137 | vo.setBizApproveState("Y"); | 137 | vo.setBizApproveState("Y"); |
138 | vo.setIsRestart(false); | 138 | mfEnterpriseService.updateById(vo); |
139 | enterpriseService.updateEnterprise(vo); | ||
140 | 139 | ||
141 | //同步更新会员表 | 140 | //同步更新会员表 |
142 | TenantRQVO tenantVO = csbrBeanUtil.convert(vo,TenantRQVO.class); | 141 | TenantRQVO tenantVO = csbrBeanUtil.convert(vo,TenantRQVO.class); | ... | ... |
-
Please register or sign in to post a comment