mobile-first
赵鹏 5 years ago
parent 32ae891668
commit e06f590081

@ -137,10 +137,8 @@ class webgetbokun extends CI_Controller
//先旧的infometa表 //先旧的infometa表
$tempRequireFileds = $activityDeatil->requiredCustomerFields; //根据抓取的需求字段判断是否需要passport $tempRequireFileds = $activityDeatil->requiredCustomerFields; //根据抓取的需求字段判断是否需要passport
if (is_array($tempRequireFileds)) { if (is_array($tempRequireFileds)) {
if (is_array($tempRequireFileds[0])) { if (in_array("passportId", $tempRequireFileds)) {
if (in_array("passportId", $tempRequireFileds[0])) { $this->tpBokun_model->addMeta($ic_id, "meta_trippest_type", "gg");
$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_product_code", $PAG_Code); //对应翰特编码
@ -407,7 +405,7 @@ class webgetbokun extends CI_Controller
//先判断是否是新产品 //先判断是否是新产品
$checkNew = json_decode($this->tpBokun_model->checkActivityId($activityId)); $checkNew = json_decode($this->tpBokun_model->checkActivityId($activityId));
if ($checkNew->return == "yes") { if ($checkNew->return == "yes") {
continue; continue;
} }
//提交网前接口 //提交网前接口
$PAGCode = "bk_" . $activityId; $PAGCode = "bk_" . $activityId;

Loading…
Cancel
Save