Commit a33fc8b2 by 朱继来

Merge branch 'zjl_fake_data_20180319' into 'master'

调整判断

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