From c8512e864ae7ba7a54313d227096c1d50f1cb6c3 Mon Sep 17 00:00:00 2001 From: gengxiaokai Date: Mon, 3 Apr 2017 22:31:15 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d8e5182..42a0168 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 @@ -460,7 +460,7 @@ public class QhdfyHisService { }else{ 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)); @@ -522,7 +522,7 @@ public class QhdfyHisService { for(String type:keyList){ - + List CheckType=new ArrayList(); for(String typ:listtype){ List result2=new ArrayList<>(); -- 1.8.3.1