5996624b by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 3f0f4642
...@@ -326,6 +326,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -326,6 +326,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
326 if("非认证会员".equals(tenantName)){ 326 if("非认证会员".equals(tenantName)){
327 //删除原帐号并新增正式会员 327 //删除原帐号并新增正式会员
328 TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class); 328 TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class);
329 //新增会员时guid必须保证为空
330 vo.setGuid(null);
329 vo.setTenantType(null); 331 vo.setTenantType(null);
330 vo.setBizGuid(dto.getBizGuid()); 332 vo.setBizGuid(dto.getBizGuid());
331 vo.setPersonIncharge(entity.getJuridicalPerson()); 333 vo.setPersonIncharge(entity.getJuridicalPerson());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!