Merge branch '12.x'

This commit is contained in:
wangyidong
2021-02-19 13:17:23 +08:00
109 changed files with 5297 additions and 1570 deletions
-4
View File
@@ -312,10 +312,6 @@ class tree extends control
}
$module = $this->tree->getById($moduleID);
if($module->owner == null and $module->root != 0 and $module->type != 'task' and $type != 'doc')
{
$module->owner = $this->loadModel('product')->getById($module->root)->QD;
}
if($type == 'task')
{