From 2e2d7f4cd591d2013cf4a57933a88ef1a247b3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 14 Apr 2023 16:15:48 +0800 Subject: [PATCH] 1 --- business/model/dao/dao_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {