* Finish task #36004.

This commit is contained in:
tianshujie98
2021-02-24 14:12:27 +08:00
parent f88d1035dc
commit 0bc35e1f0f
2 changed files with 14 additions and 11 deletions
+1
View File
@@ -307,6 +307,7 @@ class upgrade extends control
$hourPoint = $this->loadModel('setting')->getItem('owner=system&module=custom&key=hourPoint');
if(empty($hourPoint)) $this->setting->setItem('system.custom.hourPoint', 0);
$this->dao->update(TABLE_ACTION)->set('objectType')->eq('execution')->where('objectType')->eq('project')->exec();
die(js::locate($this->createLink('upgrade', 'mergeRepo')));
}