* Add case of program model.

This commit is contained in:
田淑杰
2023-01-05 14:59:46 +08:00
parent 43749916c5
commit 45d8ac363c
2 changed files with 37 additions and 25 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class programTest
* @access public
* @return void
*/
public function getList($status = 'all', $orderBy = 'id_asc', $pager = NULL, $type = '', $idList = '')
public function getListTest($status = 'all', $orderBy = 'id_asc', $pager = NULL, $type = '', $idList = '')
{
$this->program->cookie->showClosed = 'ture';
$programs = $this->program->getList($status, $orderBy, $pager, $type, $idList);