Commit c8512e864ae7ba7a54313d227096c1d50f1cb6c3

Authored by gengxiaokai
1 parent 61e5d61f1c

更新

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java View file @ c8512e8
... ... @@ -460,7 +460,7 @@
460 460 }else{
461 461 List<CheckResponse> result = new ArrayList<CheckResponse>();
462 462 List<CheckByDate> CheckByDate=new ArrayList<CheckByDate>();
463   - List<CheckType> CheckType=new ArrayList<CheckType>();
  463 + //List<CheckType> CheckType=new ArrayList<CheckType>();
464 464 result.addAll(l);
465 465 //result.addAll(queryLisCheckList(cardNo));解开
466 466 //result.addAll(queryPacsCheckList(cardNo));
... ... @@ -522,7 +522,7 @@
522 522  
523 523 for(String type:keyList){
524 524  
525   -
  525 + List<CheckType> CheckType=new ArrayList<CheckType>();
526 526  
527 527 for(String typ:listtype){
528 528 List<CheckResponse> result2=new ArrayList<>();