Commit 0c71c664 by 朱继来

Merge branch 'zjl_self_jd_20180917' into development

parents 119dd0aa 878715ee
Showing with 5 additions and 0 deletions
...@@ -352,6 +352,11 @@ Class OrderController extends Controller ...@@ -352,6 +352,11 @@ Class OrderController extends Controller
{ {
$info = $this->getOrderInfo($request, 1); $info = $this->getOrderInfo($request, 1);
// 若为京东自营角色,则跳转到自营列表
if ($info['role'] == 6) {
return redirect('self_order');
}
return view('orderlist', $info); return view('orderlist', $info);
} }
......
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