diff --git a/common/libraries/Qyrobot.php b/common/libraries/Qyrobot.php index 9e1944d2..e8034ca2 100644 --- a/common/libraries/Qyrobot.php +++ b/common/libraries/Qyrobot.php @@ -183,7 +183,8 @@ class Qyrobot{ $where = [ 'type' => 1, 'status' => 1, - 'pay_price>=' => 100 + 'pay_price>=' => 100, + 'o_id<' => 10000, ]; $where["pay_time>="] = date('Y-m-d 00:00:00'); $old_today_count = $this->ci->app_liche_orders_model->count($where);//今日成交订单数