This commit is contained in:
邹宗楠
2026-01-08 14:57:10 +08:00
parent 756ee97d2f
commit a2aa262140

View File

@@ -3,6 +3,7 @@ package dao
import (
"errors"
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-print/dao"
"sort"
"strings"
@@ -1902,6 +1903,8 @@ func StatisticsSettlementByCity(db *DaoDB, cityCode []string, start, end time.Ti
`
param = append(param, size, offset)
globals.SugarLogger.Debugf("--sql := %s", sql)
globals.SugarLogger.Debugf("--sql := %s", utils.Format4Output(param, false))
txDB, _ := Begin(db)
defer Commit(db, txDB)
var msgList []*model.SettlementByCityCode