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}