Commit 35bc38d3 by 朱继来

调整财务权限

parent 071c9349
Showing with 2 additions and 2 deletions
...@@ -358,8 +358,8 @@ Class OrderController extends Controller ...@@ -358,8 +358,8 @@ Class OrderController extends Controller
$info = $this->getOrderInfo($request, 1); $info = $this->getOrderInfo($request, 1);
$info['title'] = '平台订单'; $info['title'] = '平台订单';
// 若为京东自营、自营客服、财务角色,则跳转到自营列表 // 若为京东自营、自营客服角色,则跳转到自营列表
if (in_array($info['role'], [6, 7, 9])) { if (in_array($info['role'], [6, 7])) {
return redirect('self_order'); return redirect('self_order');
} }
......
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