|
@@ -324,6 +324,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
user.setCreateTime(now);
|
|
user.setCreateTime(now);
|
|
|
user.setTransferTime(now);
|
|
user.setTransferTime(now);
|
|
|
user.setUpdateTime(now);
|
|
user.setUpdateTime(now);
|
|
|
|
|
+ user.setSignBills(0);
|
|
|
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);
|