|
|
@@ -315,7 +315,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
// user.setAid("1");
|
|
|
user.setType(in.getType());
|
|
|
user.setLvl(UserLevel.CERTIFIED.getCode());
|
|
|
- user.setSocietyTag(in.getSocietyTag());
|
|
|
+// user.setSocietyTag(in.getSocietyTag());
|
|
|
user.setCreateTime(now);
|
|
|
user.setTransferTime(now);
|
|
|
user.setUpdateTime(now);
|
|
|
@@ -365,7 +365,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
updateBusinessScope(uid,in.getBusinessScope(),null,now);
|
|
|
}
|
|
|
oi.setIntendedProject(in.getIntendedProject());
|
|
|
- oi.setIndustry(in.getIndustry());
|
|
|
+// oi.setIndustry(in.getIndustry());
|
|
|
organizationIdentityMapper.insert(oi);
|
|
|
}
|
|
|
userMapper.insert(user);
|