6bc466a3 by 肖初晴

【DAOP-1.0】企业认证

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