* [bug#58737] Only need to get the programs.

This commit is contained in:
hufangzhou
2025-01-08 15:53:49 +08:00
committed by 王于听
parent 30298cc685
commit b9a6ed310b
+1 -1
View File
@@ -123,7 +123,7 @@ class programZen extends program
if(strpos($orderBy, 'order') !== false) $orderBy = "grade,{$orderBy}";
if(strtolower($status) == 'bysearch')
{
$programs = $this->program->getListBySearch($orderBy, $param, true, $pager);
$programs = $this->program->getListBySearch($orderBy, $param, false, $pager);
}
else
{