From b2807ffe6f4b18656ce22c153a61266b773262e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 7 Apr 2023 18:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SqlBuilder.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/SqlBuilder.php b/SqlBuilder.php index dcf3ea1..3bd354c 100644 --- a/SqlBuilder.php +++ b/SqlBuilder.php @@ -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; }