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