From 92f1260abe902bd29d2a16bb1772a6aad0766b18 Mon Sep 17 00:00:00 2001 From: litao Date: Tue, 16 May 2017 21:26:00 +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 1c347f6..fdfaeb3 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml @@ -152,7 +152,7 @@ select id,baby_id,follow_time,follow_addr,mark_time,mark_result,mark_detail,foll and follow_time >= #{followUpStartTime,jdbcType=TIMESTAMP} - and follow_addr <= #{followUpEndTime,jdbcType=VARCHAR} + and follow_addr = #{followUpEndTime,jdbcType=VARCHAR} and mark_time = #{markTime,jdbcType=TIMESTAMP} -- 1.8.3.1