* Fix project code details.

This commit is contained in:
Yagami
2021-03-09 13:44:42 +08:00
parent 52bcf357ec
commit 9098e727a5
16 changed files with 58 additions and 47 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ class programModel extends model
{
$program = $this->getByID($programID);
$path = $program->path;
}
}
$projectList = $this->dao->select('*')->from(TABLE_PROJECT)
->where('deleted')->eq('0')