diff --git a/business/model/settlement_info.go b/business/model/settlement_info.go index 5319222e6..6293b613c 100644 --- a/business/model/settlement_info.go +++ b/business/model/settlement_info.go @@ -34,7 +34,7 @@ type JxSettlementInfo struct { // SettlementByCityCode 根据城市统计 type SettlementByCityCode struct { CityName string `json:"city_name"` // 市 - JxStoreID int `json:"jx_store_id"` // jx门店ID + JxStoreID int64 `json:"jx_store_id"` // jx门店ID BrandId int `json:"brand_id"` // 品牌ID UserName string `json:"user_name"` // 名称 Mobile string `json:"mobile"` // 电话