补充遗漏的@Override注解
This commit is contained in:
parent
cbb49d0805
commit
0e8e7a0961
@ -82,6 +82,7 @@ public class SysConfigServiceImpl implements ISysConfigService
|
|||||||
*
|
*
|
||||||
* @return true开启,false关闭
|
* @return true开启,false关闭
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public boolean selectCaptchaOnOff()
|
public boolean selectCaptchaOnOff()
|
||||||
{
|
{
|
||||||
String captchaOnOff = selectConfigByKey("sys.account.captchaOnOff");
|
String captchaOnOff = selectConfigByKey("sys.account.captchaOnOff");
|
||||||
|
@ -132,6 +132,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|||||||
/**
|
/**
|
||||||
* 加载字典缓存数据
|
* 加载字典缓存数据
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public void loadingDictCache()
|
public void loadingDictCache()
|
||||||
{
|
{
|
||||||
List<SysDictType> dictTypeList = dictTypeMapper.selectDictTypeAll();
|
List<SysDictType> dictTypeList = dictTypeMapper.selectDictTypeAll();
|
||||||
@ -145,6 +146,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|||||||
/**
|
/**
|
||||||
* 清空字典缓存数据
|
* 清空字典缓存数据
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public void clearDictCache()
|
public void clearDictCache()
|
||||||
{
|
{
|
||||||
DictUtils.clearDictCache();
|
DictUtils.clearDictCache();
|
||||||
@ -153,6 +155,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|||||||
/**
|
/**
|
||||||
* 重置字典缓存数据
|
* 重置字典缓存数据
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public void resetDictCache()
|
public void resetDictCache()
|
||||||
{
|
{
|
||||||
clearDictCache();
|
clearDictCache();
|
||||||
|
Loading…
Reference in New Issue
Block a user