mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正两处错误
修正两处错误
This commit is contained in:
@@ -684,7 +684,7 @@ abstract class Builder
|
|||||||
$this->parseWhere($options['where'], $options),
|
$this->parseWhere($options['where'], $options),
|
||||||
$this->parseOrder($options['order']),
|
$this->parseOrder($options['order']),
|
||||||
$this->parseLimit($options['limit']),
|
$this->parseLimit($options['limit']),
|
||||||
$this->parseLimit($options['lock']),
|
$this->parseLock($options['lock']),
|
||||||
$this->parseComment($options['comment']),
|
$this->parseComment($options['comment']),
|
||||||
], $this->updateSql);
|
], $this->updateSql);
|
||||||
|
|
||||||
@@ -708,7 +708,7 @@ abstract class Builder
|
|||||||
$this->parseWhere($options['where'], $options),
|
$this->parseWhere($options['where'], $options),
|
||||||
$this->parseOrder($options['order']),
|
$this->parseOrder($options['order']),
|
||||||
$this->parseLimit($options['limit']),
|
$this->parseLimit($options['limit']),
|
||||||
$this->parseLimit($options['lock']),
|
$this->parseLock($options['lock']),
|
||||||
$this->parseComment($options['comment']),
|
$this->parseComment($options['comment']),
|
||||||
], $this->deleteSql);
|
], $this->deleteSql);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user