1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user