소스 검색

new activity salse cancel year order site 6917 6918 6939

zz 5 년 전
부모
커밋
7f1decf5f2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/Http/Controllers/Wap/Web/WelcomeController.php

+ 3 - 0
app/Http/Controllers/Wap/Web/WelcomeController.php

@@ -1490,6 +1490,9 @@ class WelcomeController extends BaseController
             return $url_info;
         }
         foreach ($product as $v) {
+            if(in_array($this->distribution_channel_id,[6917,6918,6939]) && $v->type == 'YEAR_ORDER'){
+                continue;
+            }
             if ($is_access) {
                 $param['product_id'] = $v->id;
                 $url = env('CREATE_PAY_URL') . '?' . http_build_query($param);