From 9c501dc6cc74e9d194f7862934134f3f98ddab1e Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Fri, 28 Apr 2023 09:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/controllers/information.php b/application/controllers/information.php index 1fb5f01f..d4403269 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -980,6 +980,12 @@ class Information extends CI_Controller file_put_contents($html_path, $template, LOCK_EX); } + public function test_feedback() + { + $feedback_newest = $this->Feedback_model->get_feedback_newest(); + var_dump($feedback_newest); + } + public function make_www_cache_gh($device, $information, $recommand_information) { $data = array();