Merge pull request 'refactor(store): 移除创建预订订单时的员工 ID 参数' (#495) from dev into main
Reviewed-on: #495
This commit is contained in:
commit
485177f90e
@ -39,7 +39,7 @@ class BeforehandOrderController extends BaseAdminController
|
||||
{
|
||||
$params = $this->request->get();
|
||||
$params['store_id'] = $this->request->adminInfo['store_id'] ?? 0;
|
||||
$params['store_staff_id'] = $this->request->adminInfo['admin_id'] ?? 0;
|
||||
// $params['store_staff_id'] = $this->request->adminInfo['admin_id'] ?? 0;
|
||||
$this->request->setGet($params);
|
||||
return $this->dataLists(new BeforehandOrderLists());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user