- OrderSkuFinancial的index没必要建那么长(而且名字长了也要报错)
This commit is contained in:
@@ -141,7 +141,7 @@ type OrderSkuFinancial struct {
|
||||
|
||||
func (o *OrderSkuFinancial) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"VendorOrderID", "VendorSkuID", "PromotionType", "IsAfsOrder", "VendorID"},
|
||||
[]string{"VendorOrderID", "VendorSkuID"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user