景点读取原HT的数据

hotfix/paypal-note
赵鹏 3 years ago
parent 06c4049ddb
commit 75fffcedc0

@ -20,6 +20,7 @@ class Information_model extends CI_Model {
function __construct() {
parent::__construct();
$this->HT = $this->load->database('INFORMATION', TRUE);
$this->HT229 = $this->load->database('HT', TRUE);
}
function init() {
@ -440,7 +441,7 @@ class Information_model extends CI_Model {
. " ) \n"
. "ORDER BY \n"
. " lsi2.LSI2_SN DESC";
$query = $this->HT->query($sql, array($this->config->item('site_lgc'), $this->config->item('site_lgc'), $city_id));
$query = $this->HT229->query($sql, array($this->config->item('site_lgc'), $this->config->item('site_lgc'), $city_id));
return $query->result();
}

Loading…
Cancel
Save