From 3420eb5f60c517f2cfcb7a8e63f686857009fc67 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 1 Jun 2016 12:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Query.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index eb738c9d..99b4ebe9 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -526,7 +526,7 @@ class Query * @param integer $step 增长值 * @param integer $lazyTime 延时时间(s) * @return integer|true - * @throws \think\Exception + * @throws Exception */ public function setInc($field, $step = 1, $lazyTime = 0) { @@ -553,7 +553,7 @@ class Query * @param integer $step 减少值 * @param integer $lazyTime 延时时间(s) * @return integer|true - * @throws \think\Exception + * @throws Exception */ public function setDec($field, $step = 1, $lazyTime = 0) { @@ -1420,7 +1420,7 @@ class Query * @param array|string $data 主键数据 * @param mixed $options 表达式参数 * @return void - * @throws \think\Exception + * @throws Exception */ protected function parsePkWhere($data, &$options) {