Browse Source

新建客户BUG处理

anderx 3 years ago
parent
commit
1ff5b95f9f

+ 1 - 0
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -324,6 +324,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 		user.setCreateTime(now);
 		user.setTransferTime(now);
 		user.setUpdateTime(now);
+		user.setSignBills(0);
 		if(StringUtils.isNotBlank(in.getIntroduction()))user.setIntroduction(in.getIntroduction());
 		user.setMobile(in.getContactMobile());
 		user.setPassword(AFTConstants.INITIALPASSWORD);