Sfoglia il codice sorgente

update

Signed-off-by: anderx <anderx@qq.com>
anderx 5 anni fa
parent
commit
760bfe9ced

+ 1 - 0
src/main/java/com/goafanti/common/constant/ErrorConstants.java

@@ -118,6 +118,7 @@ public class ErrorConstants {
 	
 	public static final String CUSTOMER_ALREADY_LOCKED				= "CUSTOMER_ALREADY_LOCKED";
 	
+	/** 该客户已经被领取 */
 	public static final String CUSTOMER_ALREADY_RECEIVE				= "CUSTOMER_ALREADY_RECEIVE";
 	public static final String CUSTOM_EREXCESS						= "CUSTOM_EREXCESS";		
 	public static final String CUSTOMER_TRANSFER_FAIL				= "CUSTOMER_ALREADY_RECEIVE";

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

@@ -98,8 +98,6 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 	private PasswordUtil	passwordUtil;
 	@Value(value = "${user.receive.max}")
 	private Integer USER_RECEIVE_MAX=null;
-	@Value(value = "${user.private.max}")
-	private Integer USER_PRIVATE_MAX=null;
 	@Value(value = "${user_remind_days}")
 	private Integer USER_REMIND_DAYS=null;
 	@Resource

+ 2 - 2
src/main/resources/props/config_local.properties

@@ -55,10 +55,10 @@ session.validate.timespan=18000000
 
 app.name=AFT
 template.cacheable=false
-
+#最大领取客户
 user.receive.max=10
 user.private.max=1000
-#客户释放提醒
+#客户提醒剩余天数
 user_remind_days=15
 
 portal.host=//sf.jishutao.com/portal/2.0.6