rain
2024-06-25 d2581c92721f90245378bdc48a0e3be7f2b88d54
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("未上传文件");
        }