diff --git a/README.md b/README.md index 2176b435..d423b3cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # information-system 网前订单数量查看 https://cht.mycht.cn/info.php/look_order/status -商务加传统订单超过500页面报错,可用于监控 \ No newline at end of file +商务加传统订单超过500页面报错,可用于监控 + +test 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 +}