吉安感知网项目-后端
linwei
2026-01-26 4f4872af1eef1c14d95f04bffe2a4f2d2f7d835d
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,12 +86,8 @@
            <if test="geom != null and geom != ''">
                and ST_Intersects(geom, ST_GeomFromText(#{geom}))
            </if>
                is_deleted = 0
                and is_deleted = 0
        </where>
                <if test="isDeleted != null">
                and is_deleted = #{isDeleted}
            </if></select>
    </select>
</mapper>