ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysConfigServiceImpl.java
@@ -31,7 +31,7 @@ * @author ruoyi */ @Service public class SysConfigServiceImpl extends ServicePlusImpl<SysConfigMapper, SysConfig> implements ISysConfigService { public class SysConfigServiceImpl extends ServicePlusImpl<SysConfigMapper, SysConfig, SysConfig> implements ISysConfigService { @Autowired private RedisCache redisCache; @@ -98,6 +98,7 @@ * * @return true开启,false关闭 */ @Override public boolean selectCaptchaOnOff() { String captchaOnOff = selectConfigByKey("sys.account.captchaOnOff"); if (StrUtil.isEmpty(captchaOnOff)) {