From ce0aef5b2d171abe9a88a71422609e4bd1d3dc53 Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Tue, 5 Nov 2024 08:35:36 +0000 Subject: [PATCH] * [story#69255,1h] add comment. --- module/metric/zen.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/metric/zen.php b/module/metric/zen.php index 0028df7964..492249e72f 100644 --- a/module/metric/zen.php +++ b/module/metric/zen.php @@ -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();