From 79cc8fce926c9c1170243520da3641bf5d35dbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 25 Feb 2021 18:18:10 +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/Base/BaseActiveRecord.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Database/Base/BaseActiveRecord.php b/Database/Base/BaseActiveRecord.php index d3e298b5..1dcb3068 100644 --- a/Database/Base/BaseActiveRecord.php +++ b/Database/Base/BaseActiveRecord.php @@ -585,9 +585,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess $condition[$key] = $val; } } - - var_dump($this->_oldAttributes, $this->_attributes); - return [$_tmp, $condition, array_keys($_tmp)]; }