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"}, } }