mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
Merge branch 'master' of https://github.com/top-think/framework
This commit is contained in:
@@ -2601,7 +2601,7 @@ class Query
|
|||||||
$resultSet = $this->options($options)
|
$resultSet = $this->options($options)
|
||||||
->limit($count)
|
->limit($count)
|
||||||
->bind($bind)
|
->bind($bind)
|
||||||
->where($column, 'asc' == $order ? '>' : '<', $lastId)
|
->where($column, 'asc' == strtolower($order) ? '>' : '<', $lastId)
|
||||||
->order($column, $order)
|
->order($column, $order)
|
||||||
->select();
|
->select();
|
||||||
if ($resultSet instanceof Collection) {
|
if ($resultSet instanceof Collection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user