Commit 590f7d39 by 朱继来

去掉自营主管跳转

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