mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
注释改进
This commit is contained in:
@@ -526,7 +526,7 @@ class Query
|
|||||||
* @param integer $step 增长值
|
* @param integer $step 增长值
|
||||||
* @param integer $lazyTime 延时时间(s)
|
* @param integer $lazyTime 延时时间(s)
|
||||||
* @return integer|true
|
* @return integer|true
|
||||||
* @throws \think\Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function setInc($field, $step = 1, $lazyTime = 0)
|
public function setInc($field, $step = 1, $lazyTime = 0)
|
||||||
{
|
{
|
||||||
@@ -553,7 +553,7 @@ class Query
|
|||||||
* @param integer $step 减少值
|
* @param integer $step 减少值
|
||||||
* @param integer $lazyTime 延时时间(s)
|
* @param integer $lazyTime 延时时间(s)
|
||||||
* @return integer|true
|
* @return integer|true
|
||||||
* @throws \think\Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function setDec($field, $step = 1, $lazyTime = 0)
|
public function setDec($field, $step = 1, $lazyTime = 0)
|
||||||
{
|
{
|
||||||
@@ -1420,7 +1420,7 @@ class Query
|
|||||||
* @param array|string $data 主键数据
|
* @param array|string $data 主键数据
|
||||||
* @param mixed $options 表达式参数
|
* @param mixed $options 表达式参数
|
||||||
* @return void
|
* @return void
|
||||||
* @throws \think\Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
protected function parsePkWhere($data, &$options)
|
protected function parsePkWhere($data, &$options)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user