Commit 92f1260abe902bd29d2a16bb1772a6aad0766b18
1 parent
dcdc6e8fc7
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 @
92f1260
... | ... | @@ -152,7 +152,7 @@ |
152 | 152 | and follow_time >= #{followUpStartTime,jdbcType=TIMESTAMP} |
153 | 153 | </if> |
154 | 154 | <if test="followUpEndTime != null and followAddr != ''"> |
155 | - and follow_addr <= #{followUpEndTime,jdbcType=VARCHAR} | |
155 | + and follow_addr <![CDATA[<]]>= #{followUpEndTime,jdbcType=VARCHAR} | |
156 | 156 | </if> |
157 | 157 | <if test="markTime != null"> |
158 | 158 | and mark_time = #{markTime,jdbcType=TIMESTAMP} |