From 69d06a50a3bb3ede0bbf86752c147f9a7f44008b Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期四, 29 十二月 2022 10:39:56 +0800 Subject: [PATCH] 台站单文件删除更新 --- 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