美团正向账单bug优化 skuid-->vendorskuid
This commit is contained in:
@@ -136,9 +136,9 @@ type OrderSkuFinancial struct {
|
||||
// SkuType int `json:"-"` // 当前如果为gift就为1,否则缺省为0
|
||||
}
|
||||
|
||||
func (o *OrderSkuFinancial) TableUnique() [][]string {
|
||||
func (o *OrderSkuFinancial) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"VendorOrderID", "SkuID", "PromotionType", "IsAfsOrder", "VendorID"},
|
||||
[]string{"VendorOrderID", "VendorSkuID", "PromotionType", "IsAfsOrder", "VendorID"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user