From d405ce3f02fec6ba10013eac00f96630726f7430 Mon Sep 17 00:00:00 2001 From: litao Date: Tue, 16 May 2017 21:59:53 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mainOrm/master/BabyPatientExtendEarHearingDiagnose.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarHearingDiagnose.xml b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarHearingDiagnose.xml index b213986..7c53207 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarHearingDiagnose.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarHearingDiagnose.xml @@ -463,7 +463,7 @@ and diagnose_time = #{diagnoseTime,jdbcType=TIMESTAMP} and diagnose_time >= #{diagnoseStartTime,jdbcType=TIMESTAMP} -and diagnose_time <= #{diagnoseEndTime,jdbcType=TIMESTAMP} +and diagnose_time = #{diagnoseEndTime,jdbcType=TIMESTAMP} and high_factor = #{highFactor,jdbcType=VARCHAR} @@ -730,7 +730,7 @@ and diagn_next_time = #{diagnNextTime,jdbcType=TIMESTAMP} and diagn_next_time >= #{diagnNextStartTime,jdbcType=TIMESTAMP} - and diagn_next_time <= #{diagnNextEndTime,jdbcType=TIMESTAMP} + and diagn_next_time = #{diagnNextEndTime,jdbcType=TIMESTAMP} and create_time = #{createTime,jdbcType=TIMESTAMP} -- 1.8.3.1