|
|
|
@ -132,6 +132,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
|
|
|
/**
|
|
|
|
|
* 加载字典缓存数据
|
|
|
|
|
*/
|
|
|
|
|
@Override
|
|
|
|
|
public void loadingDictCache()
|
|
|
|
|
{
|
|
|
|
|
List<SysDictType> dictTypeList = dictTypeMapper.selectDictTypeAll();
|
|
|
|
@ -145,6 +146,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
|
|
|
/**
|
|
|
|
|
* 清空字典缓存数据
|
|
|
|
|
*/
|
|
|
|
|
@Override
|
|
|
|
|
public void clearDictCache()
|
|
|
|
|
{
|
|
|
|
|
DictUtils.clearDictCache();
|
|
|
|
@ -153,6 +155,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
|
|
|
/**
|
|
|
|
|
* 重置字典缓存数据
|
|
|
|
|
*/
|
|
|
|
|
@Override
|
|
|
|
|
public void resetDictCache()
|
|
|
|
|
{
|
|
|
|
|
clearDictCache();
|
|
|
|
|