Explorar o código

新增综治字典keys

Administrator hai 1 ano
pai
achega
219a1befe9

+ 1 - 1
src/main/java/com/sooka/sponest/mobile/comprehensive/personBasicInfoController/AppPersonBasicInfoController.java

@@ -333,7 +333,7 @@ public class AppPersonBasicInfoController {
         AjaxResult otherEdit = personBasicInfoService.getOtherEdit(otherPersonInfo.getBasicId(), otherPersonInfo.getPersonType());
         if ("200".equals(otherEdit.get("code").toString())){
             RedisService redisService = SpringUtils.getBean(RedisService.class);
-            List<Map<String,Object>> cacheObject = redisService.getCacheObject("sys_dict:" + DictKeys.COMPREHENSIVE_CITY_CODE);//2260
+            List<Map<String,Object>> cacheObject = redisService.getCacheObject(DictKeys.COMPREHENSIVE_CITY_CODE_ALL);//2260
             HashMap<String,HashMap<String,Object>> data = (HashMap<String,HashMap<String,Object>>) otherEdit.get("data");
             for (Map<String, Object> map : cacheObject) {
                 if (map.containsKey("id") && (map.get("id")).toString().equals(data.get("basicInfo").get("householdRegistration"))) {