- OrderSkuFinancial的index没必要建那么长(而且名字长了也要报错)

This commit is contained in:
gazebo
2019-05-08 10:00:27 +08:00
parent b21846f0d3
commit a26c82ef43

View File

@@ -141,7 +141,7 @@ type OrderSkuFinancial struct {
func (o *OrderSkuFinancial) TableIndex() [][]string {
return [][]string{
[]string{"VendorOrderID", "VendorSkuID", "PromotionType", "IsAfsOrder", "VendorID"},
[]string{"VendorOrderID", "VendorSkuID"},
}
}