31160053 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent f261d371
...@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!