|
@@ -60,7 +60,7 @@ class OrderController extends BaseController
|
|
|
$post['mainId'] = $this->mainId ?? 0;
|
|
$post['mainId'] = $this->mainId ?? 0;
|
|
|
$post['userId'] = $this->userId ?? 0;
|
|
$post['userId'] = $this->userId ?? 0;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ //普莲花艺限制不能在花卉宝下单
|
|
|
$mainId = $this->mainId;
|
|
$mainId = $this->mainId;
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
if($mainId == 40057){
|
|
if($mainId == 40057){
|