|
@@ -394,7 +394,8 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
user.setUpdateTime(now);
|
|
user.setUpdateTime(now);
|
|
|
user.setSignBills(0);
|
|
user.setSignBills(0);
|
|
|
user.setNewChannel(0);
|
|
user.setNewChannel(0);
|
|
|
-
|
|
|
|
|
|
|
+ //新增有效标识
|
|
|
|
|
+ user.setPrivateValid(1);
|
|
|
if(StringUtils.isNotBlank(in.getIntroduction()))user.setIntroduction(in.getIntroduction());
|
|
if(StringUtils.isNotBlank(in.getIntroduction()))user.setIntroduction(in.getIntroduction());
|
|
|
user.setMobile(in.getContactMobile());
|
|
user.setMobile(in.getContactMobile());
|
|
|
user.setPassword(AFTConstants.INITIALPASSWORD);
|
|
user.setPassword(AFTConstants.INITIALPASSWORD);
|