From e1f55e217ba5eb2399df934563b935f7099c736c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 19 Jun 2020 16:33:13 +0800 Subject: [PATCH] fix --- application/third_party/tpmanage/models/tpBokun_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/tpmanage/models/tpBokun_model.php b/application/third_party/tpmanage/models/tpBokun_model.php index 7a880e54..4032d370 100644 --- a/application/third_party/tpmanage/models/tpBokun_model.php +++ b/application/third_party/tpmanage/models/tpBokun_model.php @@ -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