From 7229a1d76a80122f4d766828d903a81055baa768 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 21 Jun 2016 17:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Model=E7=B1=BB=E7=9A=84saveal?= =?UTF-8?q?l=E6=96=B9=E6=B3=95=E5=8F=82=E6=95=B0?= 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 819f75e9..a9be8662 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -646,7 +646,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess * @param bool $replace 是否replace * @return array|false */ - public function saveAll($dataSet, $repalce = false) + public function saveAll($dataSet, $replace = false) { $result = []; $db = $this->db();