From 754ff9f9cfac12aa14faf01d0e45a2bacd942001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 29 Sep 2024 11:27:49 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 01dfd3c8f..9cd944873 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -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 = ?)"