mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
Update Query.php
This commit is contained in:
@@ -595,8 +595,9 @@ class Query
|
||||
if (false === $step) {
|
||||
return true; // 等待下次写入
|
||||
}
|
||||
$step = -$step;
|
||||
}
|
||||
return $this->setField($field, ['exp', $field . '+' . $step]);
|
||||
return $this->setField($field, ['exp', $field . '-' . $step]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user