Commit 51d6b303 by 朱继来

调整自营跳转

parent 9ee1a62c
Showing with 1 additions and 1 deletions
......@@ -368,7 +368,7 @@ Class OrderController extends Controller
$info['title'] = '平台订单';
// 若为京东自营、自营客服角色,则跳转到自营列表
if (in_array($info['role'], [6, 7])) {
if (in_array($info['role'], [6, 7, 10])) {
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