From a82ff92addbf5a7a01aa9225274e30f505d52b6a Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Mon, 11 Oct 2021 09:15:01 +0800 Subject: [PATCH] edit-qyrobot-count --- common/libraries/Qyrobot.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/libraries/Qyrobot.php b/common/libraries/Qyrobot.php index 6541f425..86d27555 100644 --- a/common/libraries/Qyrobot.php +++ b/common/libraries/Qyrobot.php @@ -65,7 +65,6 @@ class Qyrobot{ $car_info = "{$brand_row['name']} {$series_row['name']}"; $where = [ - 'o_id' => $order_row['id'], 'type' => 1, 'status' => 1, 'pay_price>=' => 100 @@ -73,7 +72,6 @@ class Qyrobot{ $where['c_time>='] = strtotime(date('Y-m-d 00:00:00')); $where['c_time<='] = time(); $today_count = $this->ci->app_liche_orders_model->count($where);//今日成交订单数 - unset($where['o_id']); $where['c_time>='] = strtotime(date('Y-m-01 00:00:00')); $month_count = $this->ci->app_liche_orders_model->count($where);//本月成交订单数