From 4502558d873f213f555aef6c88927bb7fa4bfb99 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 14 Oct 2022 16:26:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/sku.go b/supply/sku.go index 5cff011..5855669 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -163,6 +163,7 @@ func (s *sku) Lists(ctx context.Context, args ArgsSkuLists) (reply ReplySkuList, } type SkuEsSearch struct { + SourceId uint // 所属供应商 SourceStatus uint // 供应商上下架状态 1=上架 2=下架 PlatformStatus uint // 平台上下架状态 1=上架 2=下架 SkuId uint // Sku编码 From 6533281d0188b29cdae9967ecdfdfbe4dad66161 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 17 Oct 2022 11:47:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/order.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/supply/order.go b/supply/order.go index ad0fcc6..03514d9 100644 --- a/supply/order.go +++ b/supply/order.go @@ -122,8 +122,6 @@ type RetailOrderItem struct { SourceName string `json:"sourceName"` CustomerName string `json:"customerName"` OrderStatus uint `json:"orderStatus"` - LogisticsName string `json:"logisticsName"` - WaybillCode string `json:"waybillCode"` OrderFee decimal.Decimal `json:"orderFee"` FreightFee decimal.Decimal `json:"freightFee"` SupplyOrderFee decimal.Decimal `json:"supplyOrderFee"`