This commit is contained in:
邹宗楠
2025-05-16 11:43:10 +08:00
parent c4d1326556
commit 62aaabdd88
2 changed files with 2 additions and 4 deletions

View File

@@ -2150,8 +2150,6 @@ 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{}{