From b46f7fa6d77852ae9e28a062da234a2ddf9405fb Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期一, 31 三月 2025 16:09:51 +0800 Subject: [PATCH] 2025-3-22定制修改导出去掉容量和连接条 --- src/main/java/com/whyc/controller/StationInfoController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/whyc/controller/StationInfoController.java b/src/main/java/com/whyc/controller/StationInfoController.java index a99ee95..cd3cb9e 100644 --- a/src/main/java/com/whyc/controller/StationInfoController.java +++ b/src/main/java/com/whyc/controller/StationInfoController.java @@ -51,7 +51,7 @@ @ApiOperation(value = "绉婚櫎鍙扮珯涓嬫枃浠讹紙鍗曚釜鏂囦欢锛�") @GetMapping("delFileFromStation") - public Response delFileFromStation(@RequestParam String stationName,@RequestParam(required = false) String FilePath){ - return service.delFileFromStation(stationName,FilePath); + public Response delFileFromStation(@RequestParam String stationName,@RequestParam(required = false) Integer fileId){ + return service.delFileFromStation(stationName,fileId); } } -- Gitblit v1.9.1