RuoYi
2024-03-11 4f7bcef44c9805edc5f6691a2aad6284eb4d6987
ruoyi-auth/src/main/java/com/ruoyi/auth/service/SysPasswordService.java
@@ -21,9 +21,9 @@
    @Autowired
    private RedisService redisService;
    private int maxRetryCount = CacheConstants.passwordMaxRetryCount;
    private int maxRetryCount = CacheConstants.PASSWORD_MAX_RETRY_COUNT;
    private Long lockTime = CacheConstants.passwordLockTime;
    private Long lockTime = CacheConstants.PASSWORD_LOCK_TIME;
    @Autowired
    private SysRecordLogService recordLogService;