소스 검색

add sql监控

A17404李放 3 년 전
부모
커밋
80ac9100c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nb-system/src/main/resources/mapper/bus/BusInfusionHistoryMapper.xml

+ 1 - 1
nb-system/src/main/resources/mapper/bus/BusInfusionHistoryMapper.xml

@@ -354,7 +354,7 @@
                     and (
                     <choose>
                         <when test="query.warnWillFinished != false">warn_will_finished=1</when>
-                        <otherwise>warn_will_finished!=1</otherwise>
+                        <otherwise>0=1</otherwise>
                     </choose>
                     <if test="query.warnAnalgesicPoor != false">or warn_analgesic_poor=1 </if>
                     <if test="query.warnLowBattery != false"> or warn_low_battery=1 </if>