* [task#135726] add count of daily delete rows in user metric.

This commit is contained in:
liyang
2025-01-06 16:59:04 +08:00
committed by 曹延义
parent 4be6e013da
commit cd434d3292
@@ -95,3 +95,14 @@ class count_of_daily_delete_rows_in_user extends baseCalc
$this->result[$row->account][$year][$month][$day] = $row->deletions;
}
/**
* 获取结果。
* Get result.
*
* @param array $options
* @access public
* @return void
*/
public function getResult($options = array())
{