From a26c82ef43c117bc99b7200c0e187612c17e0331 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 8 May 2019 10:00:27 +0800 Subject: [PATCH] =?UTF-8?q?-=20OrderSkuFinancial=E7=9A=84index=E6=B2=A1?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E5=BB=BA=E9=82=A3=E4=B9=88=E9=95=BF=EF=BC=88?= =?UTF-8?q?=E8=80=8C=E4=B8=94=E5=90=8D=E5=AD=97=E9=95=BF=E4=BA=86=E4=B9=9F?= =?UTF-8?q?=E8=A6=81=E6=8A=A5=E9=94=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/order_financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/order_financial.go b/business/model/order_financial.go index 28ab408c9..2cd40dec3 100644 --- a/business/model/order_financial.go +++ b/business/model/order_financial.go @@ -141,7 +141,7 @@ type OrderSkuFinancial struct { func (o *OrderSkuFinancial) TableIndex() [][]string { return [][]string{ - []string{"VendorOrderID", "VendorSkuID", "PromotionType", "IsAfsOrder", "VendorID"}, + []string{"VendorOrderID", "VendorSkuID"}, } }