|
|
|
@ -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();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|