5996624b by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 3f0f4642
......@@ -326,6 +326,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
if("非认证会员".equals(tenantName)){
//删除原帐号并新增正式会员
TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class);
//新增会员时guid必须保证为空
vo.setGuid(null);
vo.setTenantType(null);
vo.setBizGuid(dto.getBizGuid());
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!