* [story#69255,1h] add comment.

This commit is contained in:
qixinzhi
2024-11-06 09:43:44 +08:00
committed by 宋辰轩
parent 6bc6251b8c
commit ce0aef5b2d
+9
View File
@@ -393,6 +393,15 @@ class metricZen extends metric
return $record;
}
/**
* 补全缺失的度量数据。
* Complete missing metric data.
*
* @param array $records
* @param array $metric
* @access protected
* @return array
*/
protected function completeMissingRecords($records, $metric)
{
$now = helper::now();