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 >= #{startTime} AND </if>