edit-common-qyrobot

This commit is contained in:
lccsw
2022-03-25 22:10:07 +08:00
parent d39502b9c6
commit 31da2399e3
+2 -1
View File
@@ -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);//今日成交订单数