소스 검색

直接完成

shish 2 년 전
부모
커밋
3e62544024
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      biz-ghs/order/services/OrderService.php

+ 1 - 1
biz-ghs/order/services/OrderService.php

@@ -132,7 +132,7 @@ class OrderService extends BaseService
             if (getenv('YII_ENV') == 'production') {
                 $specialList = [3, 10649, 8042, 16454];
             } else {
-                $specialList = [36523];
+                $specialList = [];
             }
             if (!in_array($ghsShopId, $specialList)) {
                 $cgShopId = $cg->shopId ?? 0;