* Code for task #90792.

This commit is contained in:
tianshujie
2023-04-10 14:31:21 +08:00
parent b6458e2de7
commit c99fed9fe9
8 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1614,7 +1614,7 @@ EOF;
$date = empty($date) ? '' : date('Y-m-d', $date);
$actions = $this->loadModel('action')->getDynamic($this->app->user->account, $type, $orderBy, $pager, 'all', 'all', 'all', $date, $direction);
if(empty($recTotal)) $originTotal = $pager->recTotal;
if(empty($originTotal)) $originTotal = $pager->recTotal;
/* Assign. */
$this->view->type = $type;