shish 1 year ago
parent
commit
54deaec61b
1 changed files with 1 additions and 5 deletions
  1. 1 5
      app-hd/controllers/PurchaseController.php

+ 1 - 5
app-hd/controllers/PurchaseController.php

@@ -331,10 +331,6 @@ class PurchaseController extends BaseController
 
 
             $post['product'] = $productList;
             $post['product'] = $productList;
 
 
-
-            print_r($productList);die;
-
-
             $sendType = $post['sendType'] ?? 0;
             $sendType = $post['sendType'] ?? 0;
             $transType = $post['transType'] ?? 0;
             $transType = $post['transType'] ?? 0;
 
 
@@ -586,7 +582,7 @@ class PurchaseController extends BaseController
                 if (isset($cg->book) && $cg->book == 0) {
                 if (isset($cg->book) && $cg->book == 0) {
                     $ghsShopId = $ghs['shopId'] ?? 0;
                     $ghsShopId = $ghs['shopId'] ?? 0;
                     if (getenv('YII_ENV') == 'production') {
                     if (getenv('YII_ENV') == 'production') {
-                        $specialList = [10649, 8042, 16454, 21319, 33668,43274];
+                        $specialList = [10649, 8042, 16454, 21319, 33668, 43274];
                     } else {
                     } else {
                         $specialList = [36523];
                         $specialList = [36523];
                     }
                     }