shish 4 miesięcy temu
rodzic
commit
71b59475cc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -65,7 +65,7 @@ class PurchaseController extends BaseController
             util::fail('没有找到采购单');
             util::fail('没有找到采购单');
         }
         }
         if (isset($info->mainId) == false || $info->mainId != $this->mainId) {
         if (isset($info->mainId) == false || $info->mainId != $this->mainId) {
-            util::fail('无法访问!');
+            //util::fail('无法访问!');
         }
         }
         if (getenv('YII_ENV') == 'production') {
         if (getenv('YII_ENV') == 'production') {
             $url = "https://mall.huahb.cn/#/admin/cg/alipay?orderSn={$orderSn}";
             $url = "https://mall.huahb.cn/#/admin/cg/alipay?orderSn={$orderSn}";