* Add method to get waterpolo option.

This commit is contained in:
zhouxin
2024-03-18 11:21:45 +08:00
parent c190034405
commit cc06fded9f
6 changed files with 37 additions and 5 deletions
+1
View File
@@ -482,6 +482,7 @@ class chartModel extends model
$denominatorWheres = array();
foreach($settings['conditions'] as $condition)
{
$condition = (array)$condition;
$where = "{$condition['field']} {$this->config->chart->conditionList[$condition['condition']]} '{$condition['value']}'";
$moleculeWheres[] = $where;
}