Commit ea56797a by 朱继来

调整判断

parent e808af2a
Showing with 4 additions and 0 deletions
...@@ -248,6 +248,8 @@ Class OrderController extends Controller ...@@ -248,6 +248,8 @@ Class OrderController extends Controller
// 竞调账号 // 竞调账号
if ($info['username'] == 'vpadmin@ichunt.com') { if ($info['username'] == 'vpadmin@ichunt.com') {
$map['is_fake'] = 1; $map['is_fake'] = 1;
} else {
$map['is_fake'] = 0;
} }
// 获取所有的业务员 (包括经理和交易员) // 获取所有的业务员 (包括经理和交易员)
...@@ -307,6 +309,8 @@ Class OrderController extends Controller ...@@ -307,6 +309,8 @@ Class OrderController extends Controller
// 竞调账号 // 竞调账号
if ($info['username'] == 'vpadmin@ichunt.com') { if ($info['username'] == 'vpadmin@ichunt.com') {
$map['is_fake'] = 1; $map['is_fake'] = 1;
} else {
$map['is_fake'] = 0;
} }
// 获取所有的业务员 (包括经理和交易员) // 获取所有的业务员 (包括经理和交易员)
......
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