|
@@ -240,13 +240,13 @@ class OrdersController extends BaseController
|
|
$template_id = $compare_id;
|
|
$template_id = $compare_id;
|
|
}*/
|
|
}*/
|
|
|
|
|
|
- if( ($comparev2_id = $this->templateCompareV2()) ){
|
|
|
|
|
|
+ /*if( ($comparev2_id = $this->templateCompareV2()) ){
|
|
$template_id = $comparev2_id;
|
|
$template_id = $comparev2_id;
|
|
}
|
|
}
|
|
$template_10_site = redisEnv('TEMPLATE_10_NO_AB_TEST_SITE','');
|
|
$template_10_site = redisEnv('TEMPLATE_10_NO_AB_TEST_SITE','');
|
|
if($template_10_site && in_array($this->distribution_channel_id,explode(',',$template_10_site)) ){
|
|
if($template_10_site && in_array($this->distribution_channel_id,explode(',',$template_10_site)) ){
|
|
$template_id = 10;
|
|
$template_id = 10;
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
$outstandingYearOrder = $this->outstandingYearOrder($this->uid);
|
|
$outstandingYearOrder = $this->outstandingYearOrder($this->uid);
|
|
\Log::info('recordFirstIntoPayPage:$template_id:' . $template_id);
|
|
\Log::info('recordFirstIntoPayPage:$template_id:' . $template_id);
|
|
$res = ProductService::getChargeProduct($template_id);
|
|
$res = ProductService::getChargeProduct($template_id);
|