From cfb50d5af05369d2fff443a2f9e686574140f4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 5 Jun 2020 16:00:51 +0800 Subject: [PATCH] fix --- application/third_party/tpmanage/models/tpBokun_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }