Selaa lähdekoodia

fix 自动结束管理

A17404李放 3 vuotta sitten
vanhempi
commit
65c334ddf7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      nb-system/src/main/resources/mapper/bus/BusPatientMapper.xml

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

@@ -338,7 +338,7 @@
                     or c.ana_type LIKE concat('%', #{query.anaType}, '%')
                 </if>)
                 <if test="query.deviceId!=null">
-                    and i.device_id like concat('%', #{query.deviceId}, '%')
+                    or i.device_id like concat('%', #{query.deviceId}, '%')
                 </if>
             </where>
         </if>