6bc466a3 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 31160053
......@@ -132,11 +132,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
return;
}
//审批通过则执行更新
EnterpriseRQVO vo = csbrBeanUtil.convert(entity,EnterpriseRQVO.class);
MfEnterprise vo = csbrBeanUtil.convert(entity,MfEnterprise.class);
vo.setGuid(entity.getSourceGuid());
vo.setBizApproveState("Y");
vo.setIsRestart(false);
enterpriseService.updateEnterprise(vo);
mfEnterpriseService.updateById(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!