From 2b334ed32e6840a8f833aca0adff6239aff6d616 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Fri, 12 May 2023 15:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=95=B0=E9=87=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/feedback_model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/models/feedback_model.php b/application/models/feedback_model.php index 4e55f931..df53d166 100644 --- a/application/models/feedback_model.php +++ b/application/models/feedback_model.php @@ -14,7 +14,7 @@ class Feedback_model extends CI_Model { $feedback_query = $this->HT->query(" - select top 8 + select top 20 tad_content, tai_customerid, tai_title, tai_getdate, tai_url from Eva_TAInfo left join Eva_TADetail on TAD_TAI_SN=TAI_SN @@ -48,7 +48,7 @@ class Feedback_model extends CI_Model { $feedback_query = $this->HT->query(" - select top 8 + select top 20 tad_content, tai_customerid, tai_title, tai_getdate, tai_url, vci.cii2_name from Eva_TAInfo left join Eva_TADetail on TAD_TAI_SN=TAI_SN @@ -75,7 +75,7 @@ class Feedback_model extends CI_Model { $feedback_list[] = $feedback; } - $enough_count = 8 - $first_city_num; + $enough_count = 20 - $first_city_num; if ($enough_count > 0 && count($city_name_list) > 1) {