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