浏览代码

无账号返回

tgz 2 年之前
父节点
当前提交
84aa3dfe69
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Modules/Trade/Pay/OrderArousePayAbstract.php

+ 2 - 0
app/Modules/Trade/Pay/OrderArousePayAbstract.php

@@ -56,6 +56,8 @@ abstract class OrderArousePayAbstract
                 $account =  DB::table('qapp_send_orders')->where('send_order_id',$data['send_order_id'])->value('account');
                 if ($account) {
                     $company_id = DB::table('qapp_channel_accounts')->where('account',$account)->value('company_id');
+                }else{
+                    return ;
                 }
                 if (empty($company_id)) {
                     $company_id = 0;