update feedback

master
eddie 1 year ago
parent 428646611e
commit b7898a6780

@ -96,7 +96,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 vci.cii2_name = ?
where TAD_Content is not null and vci.cii2_name = ? and tai_url not LIKE '%trustpilot.com%'
order by tai_getdate desc",
array($city_name_list[0]));

@ -10,9 +10,6 @@
<img class="img-responsive" height="69" src="https://images.asiahighlights.com/allpicture/2024/12/548c9984fbf9410a912fe678fcf4b05e_cut_181x215_241_1733311371.png" style="margin: 0px auto; " width="120" alt="Trip Advisor certificate of 2024">
</td>
<?php foreach ($feedback_list as $index => $feedback) { ?>
<?php if (strpos($feedback['url'], 'trustpilot.com') == true) {
continue;
} ?>
<td class="tour_feedback feedback_content">
<strong>

Loading…
Cancel
Save