Commit b6eaabfa by 朱继来

读取真实数据

parent 71d2f0d1
Showing with 5 additions and 0 deletions
......@@ -162,6 +162,11 @@ Class OrderCountController extends Controller
$map['checkStatus'] = $request->input('checkStatus', '1'); // 默认选择查询全部
$map['order_goods_type'] = $request->input('type', '1');
// 非尽调账号取真实数据
if ($request->user->email != 'vpadmin@ichunt.com') {
$map['is_fake'] = 0;
}
$url = Config('website.api_domain').'order/getOrderAmount';
$data['k1'] = time();
......
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