* Fix bug for refreshStats and rename updateProcess to updateProgress.

This commit is contained in:
王怡栋
2024-04-28 17:30:03 +08:00
parent c886b631a6
commit c6d37dbecb
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ class programTao extends programModel
* @access protected
* @return bool
*/
protected function updateProcess(): bool
protected function updateProgress(): bool
{
$projectList = $this->dao->select('id,progress,path,consumed,`left`')->from(TABLE_PROJECT)
->where('type')->eq('project')