Browse Source

当面付订单分账

master
weigang 5 years ago
parent
commit
a06a0ebabe
  1. 2
      app/Service/v3/Implementations/SeparateAccountsService.php

2
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;

Loading…
Cancel
Save