From 94343c91371748d22dac57afb82e4fd10eaaaa27 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Sun, 10 Oct 2021 19:48:41 +0800 Subject: [PATCH] edit-qyrobot --- common/libraries/Qyrobot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/libraries/Qyrobot.php b/common/libraries/Qyrobot.php index 4e31734e..6541f425 100644 --- a/common/libraries/Qyrobot.php +++ b/common/libraries/Qyrobot.php @@ -73,6 +73,7 @@ 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);//本月成交订单数