diff --git a/application/third_party/tpmanage/models/tpBokun_model.php b/application/third_party/tpmanage/models/tpBokun_model.php index 37e5eff7..ae518679 100644 --- a/application/third_party/tpmanage/models/tpBokun_model.php +++ b/application/third_party/tpmanage/models/tpBokun_model.php @@ -285,7 +285,7 @@ class TpBokun_model extends CI_Model */ function getChtToursMeta($ic_id){ $sql = "select * from infoMetas - where im_ic_id=? and im_key<>'AMP' and im_key<>'AMP_STATUS' and im_key<>'meta_construction_code'"; + where im_ic_id=? and im_key<>'AMP' and im_key<>'AMP_STATUS' and im_key<>'meta_construction_code' and im_key<>'meta_news_createdate'"; $qurey = $this->HT->query($sql,array($ic_id)); return $qurey->result(); }