This commit is contained in:
邹宗楠
2026-01-08 15:02:34 +08:00
parent a2aa262140
commit 39ae006a09

View File

@@ -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 {