2 次代码提交 dde2d5c752 ... 5828a18819

作者 SHA1 备注 提交日期
  Max F 5828a18819 Merge branch 'master' of ssh://gogs.karmas.fr/KarmaSolutions/KarmaFW 4 年之前
  Max F 2e9ffb26f0 dev 2021-03 4 年之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Database/Sql/WhereQuery.php

+ 1 - 1
src/Database/Sql/WhereQuery.php

@@ -103,7 +103,7 @@ class WhereQuery
 		}
 		
 		$this->groups = $group_by + $this->groups;
-		$this->options['order by'] = $this->groups;
+		$this->options['group by'] = $this->groups;
 
 		return $this;
 	}