From 862247018d8a034dcd458caa434982109a1a4ceb Mon Sep 17 00:00:00 2001 From: liquanyu Date: Sat, 16 Feb 2019 17:32:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mainOrm/master/PatientService.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml b/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml index 59f6d78..efd9232 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml @@ -144,7 +144,7 @@ serStartWeek = #{serStartWeek,jdbcType=INTEGER}, - status = #{status,jdbcType=INTEGER}, + serEndWeek = #{serEndWeek,jdbcType=INTEGER}, docStartWeek = #{docStartWeek,jdbcType=INTEGER}, @@ -301,7 +301,7 @@ and serStartWeek = #{serStartWeek,jdbcType=INTEGER} - and status = #{status,jdbcType=INTEGER}, + and serEndWeek = #{serEndWeek,jdbcType=INTEGER} and docStartWeek = #{docStartWeek,jdbcType=INTEGER} -- 1.8.3.1