【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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()); | ... | ... |
-
Please register or sign in to post a comment