瀏覽代碼

fix 自动结束管理

A17404李放 3 年之前
父節點
當前提交
65c334ddf7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>