test_sunjun3

This commit is contained in:
sunjun
2022-05-07 07:32:43 +00:00
parent 7d9bf18449
commit f12a763ce0
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ class docTest
public function getLibIdListByProjectTest($projectID = 0)
{
$objects = $this->objectModel->getLibIdListByProject($projectID = 0);
$objects = $this->objectModel->getLibIdListByProject($projectID);
if(dao::isError()) return dao::getError();