|
|
@@ -352,6 +352,8 @@ class OrderController extends BaseController
|
|
|
$post['deadline'] = $expireTime;
|
|
|
$post['staffId'] = $this->shopAdminId ?? 0;
|
|
|
$post['staffName'] = $this->shopAdmin->name ?? '';
|
|
|
+ $post['shopAdminId'] = $this->shopAdminId ?? 0;
|
|
|
+ $post['shopAdminName'] = $this->shopAdmin->name ?? '';
|
|
|
$groupId = isset($post['groupId']) && !empty($post['groupId']) ? $post['groupId'] : 0;
|
|
|
//门店
|
|
|
$post['fromType'] = 1;
|