소스 검색

update: 修改xml 大于好使用表达式表示

wangzl 5 달 전
부모
커밋
42f56ad3c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizPatientMapper.xml

+ 1 - 1
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizPatientMapper.xml

@@ -26,7 +26,7 @@
         ( SELECT patient_id, COUNT ( 1 ) AS result_count FROM biz_clinic_room
         <where>
             <if test="query.queryTime != null and query.queryTime.size() > 0">
-                AND clinic_start_time >= #{query.queryTime[0]}
+                AND clinic_start_time &gt;= #{query.queryTime[0]}
             </if>
             <if test="query.queryTime != null and query.queryTime.size() > 1">
                 AND clinic_start_time &lt;= #{query.queryTime[1]}