diff --git a/module/chart/model.php b/module/chart/model.php index 1a3dc5a60f..a0c45b6385 100644 --- a/module/chart/model.php +++ b/module/chart/model.php @@ -812,9 +812,11 @@ class chartModel extends model } /** + * 在sql中将变量解析为空字符串。 * Parse variables to null string in sql. * - * @param string $sql + * @param string $sql + * @param array $filters * @access public * @return string */