Commit 327b694b by 朱继来

Merge branch 'zjl_brand_20210715'

parents 46dfc89d a17a1f2d
Showing with 1 additions and 1 deletions
......@@ -530,7 +530,7 @@ Class OrderController extends Controller
$size = 10;
if ($tid == 1) {
$map['order_type_filter'] = in_array($request->user->email, ['admin@ichunt.com', 'vpadmin@ichunt.com']) ? [1, 2, 3, 4] : [1, 4]; // 管理员和尽调账号可以查看平台、ERP、京东订单
$map['order_type_filter'] = in_array($request->user->email, ['admin@ichunt.com', 'vpadmin@ichunt.com']) ? [1, 2, 3, 4] : [1, 3, 4]; // 管理员和尽调账号可以查看平台、ERP、京东订单
} else if ($tid == 2) {
$size = 20;
$map['order_type_filter'] = [1, 3, 4]; // 1.网站 3.京东 4.象牙宝
......
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