|
@@ -266,7 +266,7 @@ class OrdersController extends BaseController
|
|
|
|
|
|
$property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
|
|
$property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
|
|
$user_info = $this->_user_info;
|
|
$user_info = $this->_user_info;
|
|
- //$this->monthPayExposureRecord($property,$user_info->openid);
|
|
|
|
|
|
+ $this->monthPayExposureRecord($property,$user_info->openid);
|
|
$this->monthAbTest($property,$user_info->openid);
|
|
$this->monthAbTest($property,$user_info->openid);
|
|
foreach ($res as $v) {
|
|
foreach ($res as $v) {
|
|
if ($template_id == 7 && $book_config && $book_config->charge_type == 'BOOK' && $v->price == 2) {
|
|
if ($template_id == 7 && $book_config && $book_config->charge_type == 'BOOK' && $v->price == 2) {
|