增加redis服务

parent 0d8e783c
...@@ -90,7 +90,7 @@ public class RedisRsetController { ...@@ -90,7 +90,7 @@ public class RedisRsetController {
//1.shiro 项目字典特殊处理 //1.shiro 项目字典特殊处理
if (type.equals("CODE_UNIT_ALL")){ if (type.equals("CODE_UNIT_ALL")){
dictitem.setGroupid("CODE_UNIT"); dictitem.setGroupid("CODE_UNIT");
dictitem.setCode("14%"); dictitem.setCode(hkey+"%");
JSONArray unit = dictitemService.selectDictitemByCondition(dictitem); JSONArray unit = dictitemService.selectDictitemByCondition(dictitem);
result = redisService.SaveRedisRest(hkey, "CODE_UNIT_ALL",unit.toString()); result = redisService.SaveRedisRest(hkey, "CODE_UNIT_ALL",unit.toString());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment