From 39ae006a0936e7c09e7a24f8ea2be17540aa164e 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 15:02:34 +0800 Subject: [PATCH] 1 --- business/model/dao/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/dao/store.go b/business/model/dao/store.go index c2e6f23f9..b42340ef9 100644 --- a/business/model/dao/store.go +++ b/business/model/dao/store.go @@ -1911,6 +1911,7 @@ func StatisticsSettlementByCity(db *DaoDB, cityCode []string, start, end time.Ti if err = GetRowsTx(txDB, &msgList, sql, param...); err != nil { return nil, err } + globals.SugarLogger.Debugf("--msgList := %s", utils.Format4Output(msgList, false)) if len(msgList) > 0 { for _, v := range msgList {