* [bug#56763,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2024-11-06 15:26:54 +08:00
committed by 王怡栋
parent 54d6b65799
commit 87fd2058d9
+1 -1
View File
@@ -107,7 +107,7 @@ class testtaskModel extends model
{
$begin = '';
$end = '';
$beginAndEnd = $this->loadModel('action')->computeBeginAndEnd($browseType);
$beginAndEnd = $this->loadModel('action')->computeBeginAndEnd($browseType, '', 'next');
if($browseType != 'all' and $browseType != 'newest' and !empty($beginAndEnd))
{
$begin = $beginAndEnd['begin'];