From 9aba7ff43e997c81fa367885a461581b141d1465 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:25:12 +0800 Subject: [PATCH] 1 --- business/model/dao/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/dao/store.go b/business/model/dao/store.go index 51dd1a389..5eb78c1e4 100644 --- a/business/model/dao/store.go +++ b/business/model/dao/store.go @@ -1858,7 +1858,7 @@ func StatisticsSettlementByCity(db *DaoDB, cityCode []string, start, end time.Ti SELECT SQL_CALC_FOUND_ROWS p.name AS city_name, - s.id AS store_id, + s.id AS jx_store_id, u.name AS user_name, u.mobile, s.brand_id,