From 67dd6598a59fd224f154dc92882cf8167b260a8f Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 20 Oct 2022 17:44:21 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/sku/item.go b/customer/sku/item.go index e3d275c..c1a5b8d 100644 --- a/customer/sku/item.go +++ b/customer/sku/item.go @@ -46,6 +46,7 @@ func (i *item) Del(ctx context.Context, args ArgsSkuItemDel) error { type ArgsSkuItemLists struct { SkuTypeId uint + SkuId uint Page bean.Page }