From db67b39e2343f08f97f470e6dad8883d858331a4 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 8 Aug 2024 14:25:19 +0800 Subject: [PATCH] * [misc,0.1h] add commit. --- module/metric/dataset.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module/metric/dataset.php b/module/metric/dataset.php index 3e63c25def..4d8afd1816 100644 --- a/module/metric/dataset.php +++ b/module/metric/dataset.php @@ -23,6 +23,14 @@ class dataset $this->vision = $vision; } + /** + * append where condition of vision. + * + * @param PDOStatement $query + * @param string $table + * @access public + * @return PDOStatement + */ public function defaultWhere($query, $table) { $visions = explode(',', $this->vision);