Commit d405ce3f02fec6ba10013eac00f96630726f7430
1 parent
37935e39a4
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 2 additions and 2 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarHearingDiagnose.xml
View file @
d405ce3
... | ... | @@ -463,7 +463,7 @@ |
463 | 463 | and diagnose_time >= #{diagnoseStartTime,jdbcType=TIMESTAMP} |
464 | 464 | </if> |
465 | 465 | <if test="diagnoseEndTime != null"> |
466 | -and diagnose_time <= #{diagnoseEndTime,jdbcType=TIMESTAMP} | |
466 | +and diagnose_time <![CDATA[<]]>= #{diagnoseEndTime,jdbcType=TIMESTAMP} | |
467 | 467 | </if> |
468 | 468 | <if test="highFactor != null and highFactor != ''"> |
469 | 469 | and high_factor = #{highFactor,jdbcType=VARCHAR} |
... | ... | @@ -730,7 +730,7 @@ |
730 | 730 | and diagn_next_time >= #{diagnNextStartTime,jdbcType=TIMESTAMP} |
731 | 731 | </if> |
732 | 732 | <if test="diagnNextEndTime != null"> |
733 | - and diagn_next_time <= #{diagnNextEndTime,jdbcType=TIMESTAMP} | |
733 | + and diagn_next_time <![CDATA[<]]>= #{diagnNextEndTime,jdbcType=TIMESTAMP} | |
734 | 734 | </if> |
735 | 735 | <if test="createTime != null"> |
736 | 736 | and create_time = #{createTime,jdbcType=TIMESTAMP} |