puzhibing
2023-07-07 c148720d31eb2f8d68352e64eaddf17fd5b66a5a
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");
        }