Commit 9cb7d0877d5301f694156032c3b83c455aa8055f
1 parent
c8512e864a
Exists in
master
and in
6 other branches
更新
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java
View file @
9cb7d08
... | ... | @@ -371,7 +371,7 @@ |
371 | 371 | List<CheckResponse> result = new ArrayList<>(); |
372 | 372 | |
373 | 373 | List<CheckByDate> CheckByDate=new ArrayList<CheckByDate>(); |
374 | - List<CheckType> CheckType=new ArrayList<CheckType>(); | |
374 | + //List<CheckType> CheckType=new ArrayList<CheckType>(); | |
375 | 375 | result.addAll(l); |
376 | 376 | //result.addAll(queryLisCheckList(cardNo));解开 |
377 | 377 | //result.addAll(queryPacsCheckList(cardNo)); |
... | ... | @@ -411,6 +411,7 @@ |
411 | 411 | } |
412 | 412 | |
413 | 413 | for(String time:keyList){ |
414 | + List<CheckType> CheckType=new ArrayList<CheckType>(); | |
414 | 415 | List<CheckResponse> result2=new ArrayList<>();//存放所有检验报告(type=1) |
415 | 416 | List<CheckResponse> result3=new ArrayList<>();//存放所有影像报告(type=2) |
416 | 417 | List<CheckResponse> result4=new ArrayList<>();//存放所有其他报告 |