From 756ee97d2f6780d8ca8c5e416730ffe2ac8c52db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 8 Jan 2026 14:36:25 +0800 Subject: [PATCH] 1 --- business/model/settlement_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` // 电话