diff --git a/library/think/db/Query.php b/library/think/db/Query.php index 33d2d1f6..049afea4 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -596,7 +596,7 @@ class Query return true; // 等待下次写入 } } - return $this->setField($field, ['exp', $field . '-' . $step]); + return $this->setField($field, ['exp', $field . '+' . $step]); } /**