From b0f41673d4dfca15f5a313b71a734633cbe38921 Mon Sep 17 00:00:00 2001 From: litao Date: Tue, 16 May 2017 21:28:24 +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 --- .../src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml index fdfaeb3..7037ae1 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml @@ -199,7 +199,7 @@ select id,baby_id,follow_time,follow_addr,mark_time,mark_result,mark_detail,foll and next_time >= #{nextStartTime,jdbcType=TIMESTAMP} - and next_time <= #{nextEndTime,jdbcType=TIMESTAMP} + and next_time = #{nextEndTime,jdbcType=TIMESTAMP} and next_time = #{nextTime,jdbcType=TIMESTAMP} -- 1.8.3.1