吉安感知网项目-后端
linwei
2026-02-09 bffb1e990567a281caa5d3f4fb17d0a59a5e0e52
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdManageDeviceMapper.xml
@@ -79,7 +79,7 @@
                and md.device_payload like concat('%',#{devicePayload},'%')
            </if>
            <if test="geom != null and geom != ''">
                and ST_Intersects(md.geom, ST_GeomFromText(#{geom}))
                and ST_Intersects(md.geom, ST_GeomFromText(#{geom}, 4326))
            </if>
            <if test="deviceType != null and deviceType != '' ">
                and md.device_type = #{deviceType}