Browse Source

当面付

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

2
app/Service/v3/Implementations/OrderOfflineService.php

@ -40,7 +40,7 @@ class OrderOfflineService implements OrderOfflineServiceInterface
$mainTable = ApplicationContext::getContainer()->get(OrderMain::class)->getTable();
$childTable = ApplicationContext::getContainer()->get(Order::class)->getTable();
$store = Store::find($storeId);
$store = Store::query()->withoutGlobalScope('normal')->find($storeId);
// 获取分布式全局ID
$generator = ApplicationContext::getContainer()->get(IdGeneratorInterface::class);

Loading…
Cancel
Save