From e31b7cda824aca9b8726bbebec16697a38cde585 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 15 Sep 2017 18:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Model.php b/library/think/Model.php index bff9855c..4a4baba1 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -842,7 +842,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess $item[$key] = $value ? $value->$attr : null; } } - break; + continue; } } $item[$name] = $value;