diff --git a/supplier/goods.go b/supplier/goods.go index cab13b4..400d922 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -195,7 +195,7 @@ func (g *goods) FindBySkuIds(ctx context.Context, skuIds []uint) (reply []ReplyB } type ArgsGoodsChange struct { - GoodsId uint // 商品id + GoodsIds []uint // 商品id } // Change @Title 商品信息变动