|
|
|
@ -137,12 +137,10 @@ class webgetbokun extends CI_Controller
|
|
|
|
|
//先旧的infometa表
|
|
|
|
|
$tempRequireFileds = $activityDeatil->requiredCustomerFields; //根据抓取的需求字段,判断是否需要passport
|
|
|
|
|
if (is_array($tempRequireFileds)) {
|
|
|
|
|
if (is_array($tempRequireFileds[0])) {
|
|
|
|
|
if (in_array("passportId", $tempRequireFileds[0])) {
|
|
|
|
|
if (in_array("passportId", $tempRequireFileds)) {
|
|
|
|
|
$this->tpBokun_model->addMeta($ic_id, "meta_trippest_type", "gg");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$this->tpBokun_model->addMeta($ic_id, "meta_product_code", $PAG_Code); //对应翰特编码
|
|
|
|
|
$this->tpBokun_model->addMeta($ic_id, "meta_facts_city", $activityDeatil->googlePlace->city); //保存一下具体城市
|
|
|
|
|
|
|
|
|
|