1
This commit is contained in:
@@ -53,9 +53,6 @@ func GetPrintMsgs(db *DaoDB, printNo string, statuss []int, beginAt, endAt time.
|
||||
sql += " ORDER BY a.created_at LIMIT ? OFFSET ?"
|
||||
sqlParams = append(sqlParams, pageSize, offset)
|
||||
err = GetRows(db, &prints, sql, sqlParams)
|
||||
globals.SugarLogger.Debugf("======sql := %s", sql)
|
||||
globals.SugarLogger.Debugf("======sql := %s", utils.Format4Output(sqlParams, false))
|
||||
globals.SugarLogger.Debugf("======prints := %s", utils.Format4Output(prints, false))
|
||||
return prints, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user