修改参数
This commit is contained in:
parent
75a335b3b6
commit
aadacf40a1
@ -180,7 +180,7 @@ class OrderLogic extends BaseLogic
|
|||||||
];
|
];
|
||||||
$order['default_delivery'] = 0;
|
$order['default_delivery'] = 0;
|
||||||
if ($params['store_id']) {
|
if ($params['store_id']) {
|
||||||
$order['default_delivery'] = SystemStore::where('id', $params['store_id'])->value('is_store');
|
$order['default_delivery'] = SystemStore::where('id', $params['store_id'])->value('is_send');
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
self::setError($e->getMessage());
|
self::setError($e->getMessage());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user