Commit 14cfcd96 by 朱继来

去掉尽调账号时间限制

parent 25fb8fd3
Showing with 1 additions and 1 deletions
...@@ -422,7 +422,7 @@ Class OrderController extends Controller ...@@ -422,7 +422,7 @@ Class OrderController extends Controller
if ($info['role'] != 13) { if ($info['role'] != 13) {
$map['is_fake'] = 0; $map['is_fake'] = 0;
} else { } else {
$map['vp_time_set'] = strtotime(Config('website.vp_time_set')); // 竞调账号根据时间展示订单 // $map['vp_time_set'] = strtotime(Config('website.vp_time_set')); // 竞调账号根据时间展示订单
} }
$map['order_goods_type'] = $tid; $map['order_goods_type'] = $tid;
......
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