吉安感知网项目-后端
xiebin
2026-04-01 eeb3b5c9c794a35d7b7f3c8e56f9eef8eb8d3451
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMaintainPlanMapper.xml
@@ -42,7 +42,7 @@
        <include refid="deviceFields"/>,a.*
        from
        ja_fw_device_maintain_plan a
        left join ja_fw_device b on (a.device_id = b.id)
        left join ja_fw_device b on (a.device_id = b.id::VARCHAR)
        <where>
            a.is_deleted = 0
            <if test="id != null and id != ''">
@@ -59,7 +59,7 @@
        from
            ja_fw_device_maintain_plan a
        left join
            ja_fw_device b on (a.device_id = b.id)
            ja_fw_device b on (a.device_id = b.id::VARCHAR)
        <where>
                a.is_deleted = 0
            <if test="param2.deviceId != null and param2.deviceId != ''">