吉安感知网项目-后端
linwei
2026-02-04 8a116ffbb7e4e6af1502a841b811b8108cdeb359
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdManageDeviceMapper.xml
@@ -74,6 +74,9 @@
            <if test="geom != null and geom != ''">
                and ST_Intersects(md.geom, ST_GeomFromText(#{geom}))
            </if>
            <if test="deviceType != null and deviceType != '' ">
                and md.device_type = #{deviceType}
            </if>
                and md.is_deleted = 0
        </where>
    </select>