shish hace 4 meses
padre
commit
71b59475cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('没有找到采购单');
         }
         if (isset($info->mainId) == false || $info->mainId != $this->mainId) {
-            util::fail('无法访问!');
+            //util::fail('无法访问!');
         }
         if (getenv('YII_ENV') == 'production') {
             $url = "https://mall.huahb.cn/#/admin/cg/alipay?orderSn={$orderSn}";