From 4fc88d6fd5358b572cf3f1f4cb57f6e5d5f7e784 Mon Sep 17 00:00:00 2001 From: han0 Date: Thu, 14 Dec 2023 08:29:04 +0800 Subject: [PATCH] fix(price-publish): --- .../java/mjkf/xinke/main/controller/PricePublishController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/mjkf/xinke/main/controller/PricePublishController.java b/src/main/java/mjkf/xinke/main/controller/PricePublishController.java index cc0f8d7..7378349 100644 --- a/src/main/java/mjkf/xinke/main/controller/PricePublishController.java +++ b/src/main/java/mjkf/xinke/main/controller/PricePublishController.java @@ -72,7 +72,7 @@ public class PricePublishController { @ApiOperation("发布价格") @GetMapping("/") - public HttpResponse list( + public HttpResponse publish( @ApiParam("年份") @RequestParam("year") Integer year, @ApiParam("月份") @RequestParam(value = "month") Integer month ) throws Exception {