From 9cb7d0877d5301f694156032c3b83c455aa8055f Mon Sep 17 00:00:00 2001 From: gengxiaokai Date: Tue, 4 Apr 2017 07:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java b/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java index 42a0168..25ae848 100644 --- a/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java +++ b/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java @@ -371,7 +371,7 @@ public class QhdfyHisService { List result = new ArrayList<>(); List CheckByDate=new ArrayList(); - List CheckType=new ArrayList(); + //List CheckType=new ArrayList(); result.addAll(l); //result.addAll(queryLisCheckList(cardNo));解开 //result.addAll(queryPacsCheckList(cardNo)); @@ -411,6 +411,7 @@ public class QhdfyHisService { } for(String time:keyList){ + List CheckType=new ArrayList(); List result2=new ArrayList<>();//存放所有检验报告(type=1) List result3=new ArrayList<>();//存放所有影像报告(type=2) List result4=new ArrayList<>();//存放所有其他报告 -- 1.8.3.1