rain
2024-08-21 2db1aa88e8ab53096a936163d686b90d8e056a99
src/main/java/com/dji/sample/patches/xml/utils/CreateWaylineFileUtils.java
@@ -75,6 +75,7 @@
            out.close();
        } catch (Exception e) {
            log.error("write xml failed:", e);
            throw new RuntimeException(e);
        } finally {
            if (out != null) {
                try {