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]));