From ec9ccaa0756fbfcfae83513d00a744184f596067 Mon Sep 17 00:00:00 2001 From: yangfei Date: Mon, 18 Sep 2017 15:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E9=80=9AVIP=E5=A2=9E=E5=80=BC?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mainOrm/master/PatientMarkHospital.xml | 5 ++++- .../main/java/com/lyms/hospitalapi/llfy/LlfyHisService.java | 13 ++++++------- .../operate/web/controller/PatientServiceController.java | 9 +++++---- .../operate/web/facade/PatientMarkHospServiceFacade.java | 12 +++++++++++- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml b/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml index 33ad3f5..e13c936 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml @@ -231,6 +231,9 @@ and hospit_date = #{hospitDate,jdbcType=TIMESTAMP} + + and hospit_type = #{hospitType,jdbcType=INTEGER} + @@ -238,7 +241,7 @@