unknown
2023-11-07 31cb0c2647468edf9205a74a18bb5680ed760fa6
hd/pipe/mobile/src/main/resources/mapping/CheckDeviceMapper.xml
@@ -107,6 +107,9 @@
                <if test="bigDeviceName !=null and bigDeviceName !=''">
                    bd.big_device_name LIKE concat('%',#{bigDeviceName},'%') AND
                </if>
                <if test="bigNumber !=null and bigNumber !=''">
                    bd.big_number LIKE concat('%',#{bigNumber},'%') AND
                </if>
                <if test="startTime !=null">
                    t.check_time &gt;= #{startTime} AND
                </if>