This commit is contained in:
邹宗楠
2024-09-29 11:27:49 +08:00
parent 64d25a7c5c
commit 754ff9f9cf

View File

@@ -2107,7 +2107,7 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
if orderFlag != "" {
sql += " AND t1.order_flag = ?"
sqlParams = append(sqlParams, toTime)
sqlParams = append(sqlParams, orderFlag)
}
if operatorPhone != "" {
sql += " AND (t2.market_man_phone = ? OR t2.operator_phone = ? OR t2.operator_phone2 = ? OR t2.operator_phone3 = ?)"