Przeglądaj źródła

fix 自动结束管理

A17404李放 3 lat temu
rodzic
commit
65c334ddf7

+ 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>