Commit e32fd112aa06356b47d96a7eb83f76776a3ce141
1 parent
fd5b603fa8
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyKindergartenCheckFacade.java
View file @
e32fd11
... | ... | @@ -501,9 +501,9 @@ |
501 | 501 | } |
502 | 502 | List <BasicConfig> datas = basicConfigService.queryBasicConfig(basicConfigQuery); |
503 | 503 | List <Map <String, String>> mapList = new ArrayList <>(); |
504 | - Map <String, String> map = new HashMap <>(); | |
505 | 504 | if (org.apache.commons.collections.CollectionUtils.isNotEmpty(datas)) { |
506 | 505 | for (int i = 0; i <datas.size() ; i++) { |
506 | + Map <String, String> map = new HashMap <>(); | |
507 | 507 | map.put("id", datas.get(i).getId()); |
508 | 508 | map.put("name", datas.get(i).getName()); |
509 | 509 | mapList.add(map); |