This commit is contained in:
2023-04-07 18:50:26 +08:00
parent b4041de60b
commit b2807ffe6f
-3
View File
@@ -248,9 +248,6 @@ class SqlBuilder extends Component
if (($condition = $this->conditionToString()) != '') {
$select .= " WHERE $condition";
}
// if (count($this->query->attributes) > 0) {
// $select = strtr($select, $this->query->attributes);
// }
if ($this->query->group != "") {
$select .= ' GROUP BY ' . $this->query->group;
}