|
|
@@ -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
|