|
|
@ -173,7 +173,7 @@ public class SysDictDataServiceImpl extends BaseServiceImpl<SysDictDataDao, SysD |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List<OptionResultDTO> getNationOption() { |
|
|
|
String cacheKey = RedisKeys.getEducationOptions(); |
|
|
|
String cacheKey = RedisKeys.getNationOptions(); |
|
|
|
List<OptionResultDTO> cachedDatas = JSON.parseObject(redisUtils.getString(cacheKey), new TypeReference<List<OptionResultDTO>>(){}); |
|
|
|
if (cachedDatas != null) { |
|
|
|
return cachedDatas; |
|
|
|