edit-api-static
This commit is contained in:
@@ -376,7 +376,7 @@ class Statistics extends Wxapp{
|
||||
$where['c_time<='] = strtotime($e_time);
|
||||
}
|
||||
$admin_id && $where['admin_id'] = $admin_id;
|
||||
$setValue['value'] = $this->customers_model->count($where);
|
||||
$setValue['value'] = $this->orders_model->count($where);
|
||||
$custom[] = $setValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user