1
This commit is contained in:
@@ -1911,6 +1911,7 @@ func StatisticsSettlementByCity(db *DaoDB, cityCode []string, start, end time.Ti
|
|||||||
if err = GetRowsTx(txDB, &msgList, sql, param...); err != nil {
|
if err = GetRowsTx(txDB, &msgList, sql, param...); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debugf("--msgList := %s", utils.Format4Output(msgList, false))
|
||||||
|
|
||||||
if len(msgList) > 0 {
|
if len(msgList) > 0 {
|
||||||
for _, v := range msgList {
|
for _, v := range msgList {
|
||||||
|
|||||||
Reference in New Issue
Block a user