|
|
|
@ -10,7 +10,7 @@ class TpBokun_model extends CI_Model
|
|
|
|
|
{
|
|
|
|
|
parent::__construct();
|
|
|
|
|
$this->HT = $this->load->database('HT', TRUE);
|
|
|
|
|
$this->HT229Write = $this->load->database('HT229',TRUE); //本地,包含144本地执行。
|
|
|
|
|
$this->HT229Write = $this->load->database('HT229Write',TRUE); //本地,包含144本地执行。
|
|
|
|
|
// $this->HT229Write = $this->load->database('HT', TRUE); //网前,主要是提交到CH服务器导致没有HT229Write的链接错误。网前也不执行这个页面的操作。
|
|
|
|
|
$this->load->model("IContent_model");
|
|
|
|
|
$this->load->model("IStructures_model");
|
|
|
|
@ -414,7 +414,7 @@ class TpBokun_model extends CI_Model
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** CHT 那边的操作,生成CH上面的产品接口 */
|
|
|
|
|
/** CHT 那边的操作 */
|
|
|
|
|
function getChtTours($strcity)
|
|
|
|
|
{
|
|
|
|
|
$sql = "select (select ic_url_title from infoContents inner join infoStructures on is_ic_id=ic_id where is_id = tbs.is_parent_id) as city
|
|
|
|
|