mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正setDec方法的延迟写入
This commit is contained in:
@@ -635,6 +635,7 @@ class Query
|
||||
$this->options = [];
|
||||
return true;
|
||||
}
|
||||
return $this->setField($field, ['inc', $field, $step]);
|
||||
}
|
||||
return $this->setField($field, ['dec', $field, $step]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user