From 22cb49648938a749e37ee7414f1209e6cf12973d Mon Sep 17 00:00:00 2001 From: "Mr.Wang" <281762391@qq.com> Date: Sun, 6 Mar 2016 17:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E6=9C=89=E6=95=B0=E6=8D=AE=E5=89=AF?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=E6=97=B6=E5=80=99=20=20=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E4=BC=9A=E5=87=BA=E5=BC=82=E5=B8=B8?= 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 94b99b94..c5ae76e6 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -367,7 +367,7 @@ class Model { // 数据处理 $data = $this->_write_data($data, 'update'); - if (false === $data) { + if (false == $data) { return false; } // 分析表达式