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("未上传文件"); }