Commit c07836d8a3ebe3f97c98b890e53400014f0471de
1 parent
216df1d83a
Exists in
master
and in
6 other branches
荣成接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/rcfy/RcGlxtService.java
View file @
c07836d
| ... | ... | @@ -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.getpId()+" "+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.getpId()+" "+base.getId()+" "+base.getName()); | |
| 444 | + System.out.println(base.getpId()+" "+base.getId()+" "+base.getName()); | |
| 445 | 445 | } |
| 446 | 446 | } |
| 447 | 447 |