* Change the name of the called method.

This commit is contained in:
tianshujie
2023-06-05 10:08:51 +08:00
parent 768f6392a5
commit 10e8760f80
+1 -1
View File
@@ -1267,7 +1267,7 @@ class taskTest
$this->objectModel->addTaskEffort($data);
$objectID = $this->objectModel->dao->lastInsertID();
$object = $this->objectModel->getEstimateByID($objectID);
$object = $this->objectModel->getEffortByID($objectID);
if(dao::isError())
{