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