edit-api-static

This commit is contained in:
lccsw
2021-10-25 16:11:10 +08:00
parent 6b3c38a5df
commit da3d276408
+1 -1
View File
@@ -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;
}