rain
2024-06-05 a46e7ad0f67c78d3b6379bff2605c50a115a2bf1
src/main/java/com/dji/sample/wayline/controller/WaylineFileController.java
@@ -197,7 +197,7 @@
    @SysLogAnnotation(operModul = "航线库", operType = "上传", operDesc = "上传kmz航线文件")
    public ResponseResult importKmzFile(@PathVariable(name = "workspace_id") String workspaceId,
                                        HttpServletRequest request, MultipartFile file,
                                        @RequestParam String patchesId) {
                                        @RequestParam(required = false) String patchesId) {
        if (Objects.isNull(file)) {
            return ResponseResult.error("未上传文件");
        }