From 250ba5050283420e5e6acb1e9965ea06114b2273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 14 Sep 2020 10:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Orm/Condition.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Orm/Condition.php b/Database/Orm/Condition.php index d9dacb4b..c34ed999 100644 --- a/Database/Orm/Condition.php +++ b/Database/Orm/Condition.php @@ -70,7 +70,6 @@ trait Condition * @param $where * @return string * @throws Exception - * ['id=1', 'a'=>2, ['in', 'a', 'b']] */ private function builderWhere($where) {