吉安感知网项目-后端
linwei
2026-01-23 fefe259f19a251d90d17d8a42e04f6332a4cad3e
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdManageDeviceMapper.xml
@@ -49,7 +49,7 @@
            <if test="location != null and location != ''">
                and location like concat('%',#{location},'%')
            </if>
                is_deleted = 0
                and is_deleted = 0
        </where>
    </select>
@@ -86,7 +86,7 @@
            <if test="geom != null and geom != ''">
                and ST_Intersects(geom, ST_GeomFromText(#{geom}))
            </if>
                is_deleted = 0
                and is_deleted = 0
        </where>