|
|
@@ -529,7 +529,7 @@ class StoreOrder extends BaseModel
|
|
|
'city' => $addressInfo['city'],
|
|
|
'district' => $addressInfo['district'],
|
|
|
'time_area' => $time_area,
|
|
|
- 'store_user' => $other['only_store_user'],
|
|
|
+ 'store_user' => $other['only_store_user'] ?? 0,
|
|
|
];
|
|
|
$orderInfo['store_id'] = SystemStore::getStoreDispose($storeId, 'id');
|
|
|
if (!$orderInfo['store_id'] && !$free_check) return self::setErrorInfo('暂无门店无法选择门店!', true);
|