Commit b0f41673d4dfca15f5a313b71a734633cbe38921
1 parent
92f1260abe
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarFollowUp.xml
View file @
b0f4167
... | ... | @@ -199,7 +199,7 @@ |
199 | 199 | and next_time >= #{nextStartTime,jdbcType=TIMESTAMP} |
200 | 200 | </if> |
201 | 201 | <if test="nextEndTime != null"> |
202 | - and next_time <= #{nextEndTime,jdbcType=TIMESTAMP} | |
202 | + and next_time <![CDATA[<]]>= #{nextEndTime,jdbcType=TIMESTAMP} | |
203 | 203 | </if> |
204 | 204 | <if test="nextTime != null"> |
205 | 205 | and next_time = #{nextTime,jdbcType=TIMESTAMP} |