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