drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceTrackMapper.xml
@@ -23,7 +23,16 @@ <select id="selectFwDeviceTrackPage" resultMap="fwDeviceTrackResultMap"> select * from ja_fw_device_track where is_deleted = 0 select * from ja_fw_device_track <where> is_deleted = 0 <if test="param2.id != null and param2.id != ''"> and id = #{param2.id} </if> <if test="param2.deviceId != null and param2.deviceId != ''"> and device_id = #{param2.deviceId} </if> </where> </select>