From ac1375ffa853be81d4d71b9e02ea8d0966f674a7 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 16 Nov 2022 14:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/sku/item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/sku/item.go b/customer/sku/item.go index ce4cebd..a396683 100644 --- a/customer/sku/item.go +++ b/customer/sku/item.go @@ -87,7 +87,7 @@ type ArgsBySKuIds struct { // FindBySkuIds @Title 根据SkuId查询数据 func (i *item) FindBySkuIds(ctx context.Context, args ArgsBySKuIds) (reply []SkuItem, err error) { - xClient, err := client.GetClient(s) + xClient, err := client.GetClient(i) if err != nil { return nil, err }