edit-common-qyrobot
This commit is contained in:
@@ -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);//今日成交订单数
|
||||
|
||||
Reference in New Issue
Block a user