* Finish task #42404.

This commit is contained in:
liyuchun
2021-09-08 16:46:20 +08:00
parent 48a03ff80d
commit 2f4caca4cd
+1 -2
View File
@@ -1318,8 +1318,7 @@ class projectModel extends model
{
$this->dao->delete()->from(TABLE_TEAM)->where('root')->eq((int)$projectID)->andWhere('type')->eq('project')->andWhere('account')->eq($account)->exec();
$this->loadModel('user');
$this->user->updateUserView($projectID, 'project', array($account));
$this->loadModel('user')->updateUserView($projectID, 'project', array($account));
if($removeExecution == 'yes')
{