根据skuid批量关注

This commit is contained in:
苏尹岚
2019-12-27 17:51:33 +08:00
parent 78238c806e
commit ed8627c58a
3 changed files with 118 additions and 44 deletions

View File

@@ -359,7 +359,7 @@ type OrderSupplementFee struct {
func (v *OrderSupplementFee) TableIndex() [][]string {
return [][]string{
[]string{"StoreID", "VendorOrderID", "SupplementTime", "VendorID", "BillID"},
[]string{"StoreID", "VendorOrderID", "SupplementTime"},
}
}