|
|
|
@ -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); |
|
|
|
|