From 87fd2058d92727bf6a41f5e2be4285df7cb93028 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 6 Nov 2024 07:25:55 +0000 Subject: [PATCH] * [bug#56763,done,0.1h] fix bug. --- module/testtask/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testtask/model.php b/module/testtask/model.php index 102c159263..12443ba3cd 100755 --- a/module/testtask/model.php +++ b/module/testtask/model.php @@ -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'];