31160053 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent f261d371
......@@ -135,11 +135,8 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
EnterpriseRQVO vo = csbrBeanUtil.convert(entity,EnterpriseRQVO.class);
vo.setGuid(entity.getSourceGuid());
vo.setBizApproveState("Y");
LambdaUpdateWrapper<MfEnterprise> wrapper = new LambdaUpdateWrapper<>();
wrapper.eq(MfEnterprise::getGuid, entity.getSourceGuid());
wrapper.set(MfEnterprise::getBizApproveState, "Y");
mfEnterpriseService.update(wrapper);
vo.setIsRestart(false);
enterpriseService.updateEnterprise(vo);
//同步更新会员表
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!