shish 3 년 전
부모
커밋
f0eb11b6ae
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app-ghs/controllers/CheckOrderController.php

+ 2 - 2
app-ghs/controllers/CheckOrderController.php

@@ -125,7 +125,7 @@ class CheckOrderController extends BaseController
             util::fail('花材格式不正确');
         }
 
-        if ($this->shopId == 2167) {
+        //if ($this->shopId == 2167) {
             foreach ($ghsItemInfo as $key => $val) {
                 $pId = $val['productId'] ?? 0;
                 $info = ProductClass::getById($pId, true);
@@ -133,7 +133,7 @@ class CheckOrderController extends BaseController
                     unset($ghsItemInfo[$key]);
                 }
             }
-        }
+        //}
 
         //判断花材格式,是否属于当前门店
         ProductClass::valid($ghsItemInfo, $this->mainId);