From c9c23989c51fe5883f222b6043f5eb1be373fdec Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Tue, 15 Aug 2023 14:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E4=BF=A1=E6=81=AF=E4=BB=8E?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=20INFORMATION=20=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/recommends_and_tips_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/recommends_and_tips_model.php b/application/models/recommends_and_tips_model.php index fd0e4a10..c91c282e 100644 --- a/application/models/recommends_and_tips_model.php +++ b/application/models/recommends_and_tips_model.php @@ -6,7 +6,7 @@ class recommends_and_tips_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } @@ -60,4 +60,4 @@ class recommends_and_tips_model extends CI_Model } } -} \ No newline at end of file +}