From a06a0ebabe69173a6758c04d60a83e6010c06cac Mon Sep 17 00:00:00 2001 From: weigang Date: Sat, 12 Sep 2020 20:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E9=9D=A2=E4=BB=98=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=86=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/SeparateAccountsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/v3/Implementations/SeparateAccountsService.php b/app/Service/v3/Implementations/SeparateAccountsService.php index 444ddf7..fe984a6 100644 --- a/app/Service/v3/Implementations/SeparateAccountsService.php +++ b/app/Service/v3/Implementations/SeparateAccountsService.php @@ -236,7 +236,7 @@ class SeparateAccountsService implements SeparateAccountsServiceInterface { // 线下订单支付完成 // 订单 - $orderMain = OrderMain::query()->where(['global_order_id' => $globalOrderId]); + $orderMain = OrderMain::query()->where(['global_order_id' => $globalOrderId])->first(); if (empty($orderMain)) { return false;