|
@@ -595,7 +595,10 @@ class PurchaseController extends BaseController
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
-
|
|
|
|
|
|
|
+ //源花汇不允许客户自己下欠款单
|
|
|
|
|
+ if($ghs['mainId']== 10536){
|
|
|
|
|
+ util::fail('暂未开通');
|
|
|
|
|
+ }
|
|
|
}else{
|
|
}else{
|
|
|
if($ghs['mainId']== 644){
|
|
if($ghs['mainId']== 644){
|
|
|
util::fail('暂未开通');
|
|
util::fail('暂未开通');
|