* adjust for activate task.

This commit is contained in:
wangyidong
2022-08-24 22:20:54 +08:00
parent 676c252581
commit c0467f2b7d
13 changed files with 358 additions and 282 deletions
+1 -1
View File
@@ -1386,7 +1386,7 @@ class taskTest
* @access public
* @return string
*/
public function getTeamByAccount($users, $account, $filter = 'done')
public function getTeamByAccount($users, $account, array('filter' => 'done'))
{
$object = $this->objectModel->getTeamByAccount($users, $account, $filter);
if(empty($object)) return '_';