* Add method to get waterpolo option.

This commit is contained in:
zhouxin
2023-11-14 16:47:59 +08:00
parent 1715f585a1
commit a439aec6c1
2 changed files with 32 additions and 1 deletions
+1
View File
@@ -605,6 +605,7 @@ class chartModel extends model
$denominatorWheres = array();
foreach($settings['conditions'] as $condition)
{
$condition = (array)$condition;
$where = "{$condition['field']} {$this->lang->chart->conditionList[$condition['condition']]} '{$condition['value']}'";
$moleculeWheres[] = $where;
}