diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index bad74d388..bfe408d46 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -415,7 +415,7 @@ func GetStoreOrderSkuList(db *DaoDB, storeIDs []int, finishedAtBegin, finishedAt type TotalShopMoney struct { TotalShopMoney int64 `json:"totalShopMoney"` - VendorID int `json:"vendorID"` + VendorID int `json:"vendorId"` } func GetPlatformSettlement(db *DaoDB, storeIDs []int, finishedAtBegin, finishedAtEnd time.Time) ([]*TotalShopMoney, error) {