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}