1
This commit is contained in:
@@ -2150,6 +2150,9 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
|
||||
defer func() {
|
||||
dao.Rollback(db, txDB)
|
||||
}()
|
||||
globals.SugarLogger.Debugf("---------sql-- := %s", sql)
|
||||
globals.SugarLogger.Debugf("---------sqlParams-- := %s", utils.Format4Output(sqlParams, false))
|
||||
|
||||
if err = dao.GetRowsTx(txDB, &commentList, sql, sqlParams...); err == nil {
|
||||
retVal = map[string]interface{}{
|
||||
"total": dao.GetLastTotalRowCount2(db, txDB),
|
||||
|
||||
Reference in New Issue
Block a user