Merge branch dev/story-75383 of zentao/zentaopms (#9655)
This commit is contained in:
@@ -2718,7 +2718,7 @@ class actionModel extends model
|
||||
->where($condition)
|
||||
->andWhere("`date`")->ge($lastDate)
|
||||
->andWhere("`date`")->lt($lastDate . ' 23:59:59')
|
||||
->andWhere('action.id' . $direction . $lastActionID)
|
||||
->andWhere("`date` {$direction} '{$lastAction->date}'")
|
||||
->orderBy($this->session->actionOrderBy)
|
||||
->limit($limit)
|
||||
->fetchAll('id', false);
|
||||
|
||||
Reference in New Issue
Block a user