mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正chunk方法对时间字段的支持
This commit is contained in:
@@ -2608,7 +2608,7 @@ class Query
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$end = end($resultSet);
|
$end = end($resultSet);
|
||||||
$lastId = is_array($end) ? $end[$key] : $end->$key;
|
$lastId = is_array($end) ? $end[$key] : $end->getData($key);
|
||||||
$resultSet = $this->options($options)
|
$resultSet = $this->options($options)
|
||||||
->limit($count)
|
->limit($count)
|
||||||
->bind($bind)
|
->bind($bind)
|
||||||
|
|||||||
Reference in New Issue
Block a user