Commit 216df1d83a01bd8d985d8ffc7bc3125625d18d82
1 parent
fb7682fe74
Exists in
master
and in
6 other branches
荣成接口
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/rcfy/RcGlxtService.java
View file @
216df1d
| ... | ... | @@ -118,7 +118,7 @@ |
| 118 | 118 | List<String> hids = new ArrayList<>(); |
| 119 | 119 | for (String key : hospitalsMap.keySet()) |
| 120 | 120 | { |
| 121 | - hids.add(hospitalsMap.get(key)); | |
| 121 | + hids.add(key); | |
| 122 | 122 | } |
| 123 | 123 | return hids; |
| 124 | 124 | } |
| ... | ... | @@ -432,7 +432,7 @@ |
| 432 | 432 | List<BasicConfig> list = basicConfigService.queryBasicConfig(basicConfigQuery); |
| 433 | 433 | for(BasicConfig base : list) |
| 434 | 434 | { |
| 435 | - System.out.println(base.getId()+" "+base.getName()); | |
| 435 | + System.out.println(base.getpId()+" "+base.getId()+" "+base.getName()); | |
| 436 | 436 | } |
| 437 | 437 | System.out.println("======"); |
| 438 | 438 | BasicConfigQuery basicConfigQuery1 = new BasicConfigQuery(); |
| ... | ... | @@ -441,7 +441,7 @@ |
| 441 | 441 | List<BasicConfig> list1 = basicConfigService.queryBasicConfig(basicConfigQuery1); |
| 442 | 442 | for(BasicConfig base : list1) |
| 443 | 443 | { |
| 444 | - System.out.println(base.getId()+" "+base.getName()); | |
| 444 | + System.out.println(base.getpId()+" "+base.getId()+" "+base.getName()); | |
| 445 | 445 | } |
| 446 | 446 | } |
| 447 | 447 |