shish 1 년 전
부모
커밋
7fda70540c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-mall/controllers/OrderController.php

+ 1 - 1
app-mall/controllers/OrderController.php

@@ -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){