|
@@ -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}";
|