Commit 463148ab0c5ee76664e0ab131c13c1339c9bf7b9
1 parent
8d9e78c5d8
Exists in
master
and in
6 other branches
update code
Showing 3 changed files with 6 additions and 4 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
463148a
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisController.java
View file @
463148a
| ... | ... | @@ -147,6 +147,7 @@ |
| 147 | 147 | @RequestParam(required = false) Integer status, |
| 148 | 148 | @RequestHeader("Authorization") String token) { |
| 149 | 149 | |
| 150 | + System.out.println("patientIds="+patientIds); | |
| 150 | 151 | if (!"3d19960bf3e81e7d816c4f26051c49ba".equals(token)) |
| 151 | 152 | { |
| 152 | 153 | ExceptionUtils.catchException("The request token is " + token); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
463148a
| ... | ... | @@ -79,9 +79,9 @@ |
| 79 | 79 | if("7".equals(HIS_VERSION)){ |
| 80 | 80 | //根据调用接口获取四川南充中心医院的Lis数据 |
| 81 | 81 | result.addAll(NczxyyLisService.queryLisCheckList(vcCardNo)); |
| 82 | - }else if("6".equals(HIS_VERSION)){ | |
| 83 | - //调用德州妇幼lis接口 | |
| 84 | - result.addAll(DzfyHisService.queryLisCheckList(vcCardNo)); | |
| 82 | +// }else if("6".equals(HIS_VERSION)){ | |
| 83 | +// //调用德州妇幼lis接口 | |
| 84 | +// result.addAll(DzfyHisService.queryLisCheckList(vcCardNo)); | |
| 85 | 85 | } |
| 86 | 86 | else{ |
| 87 | 87 | result.addAll(queryLisCheckList(vcCardNo,phone,userId)); |
| ... | ... | @@ -552,6 +552,7 @@ |
| 552 | 552 | |
| 553 | 553 | Map<String,String> hospitalNames = getHospitalNames(hosptalIds); |
| 554 | 554 | lises = lisService.queryLisDataByQuery(query); |
| 555 | + System.out.println("patientIds==" + patientIds + "; lies siez = " + lises.size()); | |
| 555 | 556 | // 排序 |
| 556 | 557 | Collections.sort(lises, new Comparator() { |
| 557 | 558 | public int compare(Object a, Object b) { |