Accept Merge Request #228: (feature/hant -> develop)
Merge Request: 催一下 Created By: @todayswind Accepted By: @todayswind URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/228?initial=true
This commit is contained in:
commit
ceace800d0
|
|
@ -536,6 +536,9 @@ class Order extends Backend
|
|||
$res = Admin::where('area_ids', 'like', '%' . $area_id . '%')
|
||||
->column('id');
|
||||
|
||||
$dispatch_admin = AuthGroupAccess::where('group_id', 6)
|
||||
->column('uid');
|
||||
$res = array_values(array_intersect($res, $dispatch_admin));
|
||||
|
||||
$insert = [];
|
||||
foreach ($res as $re) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user