新接口
This commit is contained in:
@@ -1345,3 +1345,10 @@ func GetAfsOrdersByPage(db *DaoDB, vendorOrderID, afsOrderID, userID string, fro
|
||||
}
|
||||
return afsOrderList, totalCount, err
|
||||
}
|
||||
|
||||
func GetSupplySupportStoreSkus(db *DaoDB, fromDate, toDate time.Time, fromStoreID, storeID int) (storeSkuBind []*model.StoreSkuBind, err error) {
|
||||
// sql := `
|
||||
|
||||
// `
|
||||
return storeSkuBind, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user