Commit 81c43946 by 朱继来

调整筛选

parent 1f448689
Showing with 2 additions and 0 deletions
...@@ -425,6 +425,8 @@ Class OrderController extends Controller ...@@ -425,6 +425,8 @@ Class OrderController extends Controller
$perm = new PermController; $perm = new PermController;
$map['sale_id'] = $map['order_send'];
// 订单查看权限 // 订单查看权限
if (strpos($info['role'], ',') !== false) { // 多角色情况下 if (strpos($info['role'], ',') !== false) { // 多角色情况下
$res = $perm->checkUserRoles($request, $info['role']); $res = $perm->checkUserRoles($request, $info['role']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment