From 6773632757205b97443b85a68112a4ea77f4cfe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=B9=E7=BA=A2?= Date: Thu, 2 Jan 2025 14:16:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8F=91=E7=A5=A8=E5=9B=9E=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/cool/store/controller/webb/InvoicingController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolstore-partner-web/src/main/java/com/cool/store/controller/webb/InvoicingController.java b/coolstore-partner-web/src/main/java/com/cool/store/controller/webb/InvoicingController.java index 965b88342..341dd3e66 100644 --- a/coolstore-partner-web/src/main/java/com/cool/store/controller/webb/InvoicingController.java +++ b/coolstore-partner-web/src/main/java/com/cool/store/controller/webb/InvoicingController.java @@ -50,7 +50,7 @@ public class InvoicingController { @ApiImplicitParams({ @ApiImplicitParam(name = "shopId", value = "门店shopId", required = true) }) - public ResponseResult getInvoicingByShopId(@RequestParam("lineId")Long shopId) { + public ResponseResult getInvoicingByShopId(@RequestParam("shopId")Long shopId) { return ResponseResult.success(invoicingService.getInvoicingByShopId(shopId)); }