补充遗漏的@Override注解

master
RuoYi 2021-08-13 10:16:33 +08:00
parent 4ec04eda71
commit 5ca33901c5
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
/** /**
* *
*/ */
@Override
public void loadingDictCache() public void loadingDictCache()
{ {
List<SysDictType> dictTypeList = dictTypeMapper.selectDictTypeAll(); List<SysDictType> dictTypeList = dictTypeMapper.selectDictTypeAll();
@ -149,6 +150,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
/** /**
* *
*/ */
@Override
public void clearDictCache() public void clearDictCache()
{ {
DictUtils.clearDictCache(); DictUtils.clearDictCache();
@ -157,6 +159,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
/** /**
* *
*/ */
@Override
public void resetDictCache() public void resetDictCache()
{ {
clearDictCache(); clearDictCache();