- GetAfsOrders添加参数skuIDs

This commit is contained in:
gazebo
2019-09-25 11:16:51 +08:00
parent 15d16c41a6
commit d25b096353
4 changed files with 33 additions and 23 deletions

View File

@@ -166,6 +166,7 @@ func (o *OrderSkuFinancial) TableIndex() [][]string {
return [][]string{
[]string{"VendorOrderID", "VendorSkuID"},
[]string{"AfsOrderID", "VendorSkuID"},
[]string{"AfsOrderID", "JxSkuID"},
}
}