* Refactor getDataOfTasksPerConsumed method.

This commit is contained in:
tianshujie
2023-08-21 10:51:28 +08:00
parent 90b4a0b428
commit 77f7f4dceb
3 changed files with 12 additions and 40 deletions
-20
View File
@@ -923,26 +923,6 @@ class taskTest
}
}
/**
* Test get report data of tasks per consumed.
*
* @access public
* @return array
*/
public function getDataOfTasksPerConsumedTest()
{
$object = $this->objectModel->getDataOfTasksPerConsumed();
if(dao::isError())
{
return dao::getError();
}
else
{
return $object;
}
}
/**
* Test get report data of tasks per finishedBy.
*