From 3291d3889c9cdf2e782c9611f255fb876e7ba394 Mon Sep 17 00:00:00 2001 From: eddie <1150970484@qq.com> Date: Thu, 5 Dec 2024 17:30:58 +0800 Subject: [PATCH] update feedback --- application/models/feedback_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/feedback_model.php b/application/models/feedback_model.php index 1ca8ac31..9e8e6ab9 100644 --- a/application/models/feedback_model.php +++ b/application/models/feedback_model.php @@ -106,7 +106,7 @@ class Feedback_model extends CI_Model { from Eva_TAInfo left join Eva_TADetail on TAD_TAI_SN=TAI_SN left join V_CIty_Info vci on vci.cii_sn = tai_cii_sn and vci.LGC_LGC = 1 - where TAD_Content is not null and tai_url not LIKE '%trustpilot.com%' or tai_url LIKE '%productreview.com%' + where TAD_Content is not null and tai_url not LIKE '%trustpilot.com%' order by tai_getdate desc", array($city_name_list[0]));