From b64d67ef01e81a857046f19dd556b4e4f0695e1c Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期三, 02 八月 2023 16:41:51 +0800 Subject: [PATCH] 后台代码 门店管理 --- cloud-server-other/src/main/java/com/dsh/other/controller/StoreConfigController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/controller/StoreConfigController.java b/cloud-server-other/src/main/java/com/dsh/other/controller/StoreConfigController.java index c68b255..025c33d 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/controller/StoreConfigController.java +++ b/cloud-server-other/src/main/java/com/dsh/other/controller/StoreConfigController.java @@ -34,7 +34,7 @@ @ApiImplicitParams({ @ApiImplicitParam(value = "门店id", name = "storeId", dataType = "int", required = true), }) - public ResultUtil<List<StoreConfigVo>> queryStoreConfig(@RequestBody Integer storeId){ + public ResultUtil<List<StoreConfigVo>> queryStoreConfig(Integer storeId){ if(null == storeId){ return ResultUtil.paranErr("storeId"); } -- Gitblit v1.7.1