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