吉安感知网项目-后端
linwei
2026-07-16 b685a24413b888b3f0aa4ed20fc608544cdaa9b5
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.xml
@@ -47,6 +47,9 @@
        ja_fw_device
        <where>
            is_deleted = 0
            <if test="param2.trackStatus != null ">
                and track_status::text = #{param2.trackStatus}::text
            </if>
            <if test="param2.id != null and param2.id != ''">
                and id::text = #{param2.id}::text
            </if>