吉安感知网项目-后端
linwei
2026-02-03 105460195ad5e50fdc3d0c9a2ffd3185ed18fd79
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>