1
This commit is contained in:
@@ -415,7 +415,7 @@ func GetStoreOrderSkuList(db *DaoDB, storeIDs []int, finishedAtBegin, finishedAt
|
|||||||
|
|
||||||
type TotalShopMoney struct {
|
type TotalShopMoney struct {
|
||||||
TotalShopMoney int64 `json:"totalShopMoney"`
|
TotalShopMoney int64 `json:"totalShopMoney"`
|
||||||
VendorID int `json:"vendorID"`
|
VendorID int `json:"vendorId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetPlatformSettlement(db *DaoDB, storeIDs []int, finishedAtBegin, finishedAtEnd time.Time) ([]*TotalShopMoney, error) {
|
func GetPlatformSettlement(db *DaoDB, storeIDs []int, finishedAtBegin, finishedAtEnd time.Time) ([]*TotalShopMoney, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user