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