Commit 77eab5c6 by 朱继来

订单导出时添加尽调账号判断

parent 7434ceea
Showing with 5 additions and 0 deletions
...@@ -453,6 +453,11 @@ Class OrderController extends Controller ...@@ -453,6 +453,11 @@ Class OrderController extends Controller
array('sale_name', '推送业务员'), array('sale_name', '推送业务员'),
); );
// 非竞调账号,则查看真实数据
if ($info['username'] != 'vpadmin@ichunt.com') {
$map['is_fake'] = 0;
}
//获取订单列表 //获取订单列表
$url = Config('website.api_domain').'order/getAllOrder'; $url = Config('website.api_domain').'order/getAllOrder';
......
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