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>