edit-qyrobot

This commit is contained in:
lccsw
2021-10-10 19:48:41 +08:00
parent 6d23cb28aa
commit 94343c9137
+1
View File
@@ -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);//本月成交订单数