|
@@ -266,10 +266,10 @@ class OrdersController extends BaseController
|
|
$appad = 0;
|
|
$appad = 0;
|
|
|
|
|
|
$property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
|
|
$property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
|
|
- $user_info = $this->_user_info;
|
|
|
|
- $result = $this->monthAbTest($property,$user_info->openid);
|
|
|
|
|
|
+ //$user_info = $this->_user_info;
|
|
|
|
+ /*$result = $this->monthAbTest($property,$user_info->openid);
|
|
if($result == 0){$this->monthPayExposureRecord($property,$user_info->openid);}
|
|
if($result == 0){$this->monthPayExposureRecord($property,$user_info->openid);}
|
|
- $this->monthPayExposureRecordOther();
|
|
|
|
|
|
+ $this->monthPayExposureRecordOther();*/
|
|
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) {
|
|
continue;
|
|
continue;
|