瀏覽代碼

新建客户BUG处理

anderx 3 年之前
父節點
當前提交
1ff5b95f9f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

+ 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);