From 416356df029c3bf640e298ff5107834746e38f3f Mon Sep 17 00:00:00 2001 From: yangfei Date: Thu, 30 Nov 2017 10:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operate/web/controller/TestController.java | 1 - .../web/request/MatDeliverFollowAddRequest.java | 54 +++++++++++----------- .../web/request/MatDeliverFollowQueryRequest.java | 2 - .../web/worker/BuildSerToPatientSerWorker.java | 3 +- 4 files changed, 28 insertions(+), 32 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java index 29fc6e2..27b2c07 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java @@ -148,7 +148,6 @@ public class TestController { //排查本院隐藏建档 patientsQuery.setExtEnable(false); patientsQuery.setBuildTypeNot(1); - // patientsQuery.setServiceType(ServiceTypeEnums.ADD_SERVICE.getId()); patientsQuery.setYn(YnEnums.YES.getId()); patientsQuery.setType(1); diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/MatDeliverFollowAddRequest.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/MatDeliverFollowAddRequest.java index 0ddbfb7..a012229 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/MatDeliverFollowAddRequest.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/MatDeliverFollowAddRequest.java @@ -143,11 +143,11 @@ public class MatDeliverFollowAddRequest implements IBasicRequestConvert patientServices = patientServiceService.queryPatientService(patientQuery); if (CollectionUtils.isNotEmpty(patientServices)) { - System.out.println("增量查询数据存在:"+pt.getId()); continue; } } -- 1.8.3.1