|
|
@@ -132,6 +132,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
132
|
132
|
/**
|
|
133
|
133
|
* 加载字典缓存数据
|
|
134
|
134
|
*/
|
|
|
135
|
+ @Override
|
|
135
|
136
|
public void loadingDictCache()
|
|
136
|
137
|
{
|
|
137
|
138
|
List<SysDictType> dictTypeList = dictTypeMapper.selectDictTypeAll();
|
|
|
@@ -145,6 +146,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
145
|
146
|
/**
|
|
146
|
147
|
* 清空字典缓存数据
|
|
147
|
148
|
*/
|
|
|
149
|
+ @Override
|
|
148
|
150
|
public void clearDictCache()
|
|
149
|
151
|
{
|
|
150
|
152
|
DictUtils.clearDictCache();
|
|
|
@@ -153,6 +155,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
153
|
155
|
/**
|
|
154
|
156
|
* 重置字典缓存数据
|
|
155
|
157
|
*/
|
|
|
158
|
+ @Override
|
|
156
|
159
|
public void resetDictCache()
|
|
157
|
160
|
{
|
|
158
|
161
|
clearDictCache();
|