【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
2 additions
and
5 deletions
... | @@ -135,11 +135,8 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro | ... | @@ -135,11 +135,8 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro |
135 | EnterpriseRQVO vo = csbrBeanUtil.convert(entity,EnterpriseRQVO.class); | 135 | EnterpriseRQVO vo = csbrBeanUtil.convert(entity,EnterpriseRQVO.class); |
136 | vo.setGuid(entity.getSourceGuid()); | 136 | vo.setGuid(entity.getSourceGuid()); |
137 | vo.setBizApproveState("Y"); | 137 | vo.setBizApproveState("Y"); |
138 | 138 | vo.setIsRestart(false); | |
139 | LambdaUpdateWrapper<MfEnterprise> wrapper = new LambdaUpdateWrapper<>(); | 139 | enterpriseService.updateEnterprise(vo); |
140 | wrapper.eq(MfEnterprise::getGuid, entity.getSourceGuid()); | ||
141 | wrapper.set(MfEnterprise::getBizApproveState, "Y"); | ||
142 | mfEnterpriseService.update(wrapper); | ||
143 | 140 | ||
144 | //同步更新会员表 | 141 | //同步更新会员表 |
145 | TenantRQVO tenantVO = csbrBeanUtil.convert(vo,TenantRQVO.class); | 142 | TenantRQVO tenantVO = csbrBeanUtil.convert(vo,TenantRQVO.class); | ... | ... |
-
Please register or sign in to post a comment