吉安感知网项目-后端
linwei
2026-01-21 23e1f1330b144f63780c1a5d438e2b3c53be2d7f
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.xml
@@ -251,6 +251,8 @@
        left join ja_fw_task_schedule fts on d.id = fts.device_id
        <where>
            d.is_deleted = 0
            and d.longitude is not null
            and d.latitude is not null
            <if test="param2.id != null and param2.id != ''">
                and d.id = #{param2.id}
            </if>