From 559e3636b8a464252c5ade82c8d6dd139fc1fed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A4=92=E9=A2=9C=E7=8E=89=E7=B1=B3=E7=B2=92?= <1336749157@qq.com> Date: Tue, 28 Nov 2023 07:08:01 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96setDec=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 椒颜玉米粒 <1336749157@qq.com> --- library/think/Model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/Model.php b/library/think/Model.php index 2dc27b48..fcae0ae9 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -1309,10 +1309,10 @@ abstract class Model implements \JsonSerializable, \ArrayAccess } /** - * 字段值(延迟)增长 + * 字段值(延迟)减少 * @access public * @param string $field 字段名 - * @param integer $step 增长值 + * @param integer $step 减少值 * @param integer $lazyTime 延时时间(s) * @return integer|true * @throws Exception -- Gitee