Commit 48f3026f by 朱继来

Merge branch 'zjl_erp_syn_20190514'

parents 2d57f342 590f7d39
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