update feedback

master
eddie 1 year ago
parent 202816e38c
commit 3291d3889c

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

Loading…
Cancel
Save