From fa413f48e0e53bcd235720805d1df00c5d69b0ba Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 3 May 2018 17:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Builder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/db/Builder.php b/library/think/db/Builder.php index fa66e06e..0e8a3c45 100644 --- a/library/think/db/Builder.php +++ b/library/think/db/Builder.php @@ -121,7 +121,7 @@ abstract class Builder $result[$item] = $item . '-' . floatval($val[1]); break; default: - throw new Exception('not support data :[' . $val[0] . ']'); + throw new Exception('not support data:[' . $val[0] . ']'); } } elseif (is_scalar($val)) { // 过滤非标量数据