* [bug] fix bug for chart tao getRows few param

This commit is contained in:
宋辰轩
2024-06-25 13:57:15 +08:00
committed by 綦新志
parent d366ee84fb
commit 0ff08f077e
+1 -1
View File
@@ -530,7 +530,7 @@ class chartModel extends model
$metric = $metrics[$i];
$agg = $aggs[$i];
$rows = $this->chartTao->getRows($defaultSql, $filters, $date, $group, $metric, $agg);
$rows = $this->chartTao->getRows($defaultSql, $filters, $date, $group, $metric, $agg, $driver);
$stat = $this->chartTao->processRows($rows, $date, $group, $metric);
if($sort) arsort($stat);