From 5d90b69c1d0350e7c573147039032fcbd0f88726 Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 22 Nov 2017 15:59:21 +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 --- .../java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java index 9806ca8..3cefd2f 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java @@ -576,7 +576,7 @@ public class PatientServiceFacade { public BaseResponse synReceiveData(String ids) { PatientServiceQuery patientQuery = new PatientServiceQuery(); - patientQuery.setSql("and userId in (" + ids + ")"); + patientQuery.setSql("and id in (" + ids + ")"); List patientServices = patientServiceService.queryPatientService(patientQuery); if (CollectionUtils.isNotEmpty(patientServices)) { -- 1.8.3.1