Merge branch feature/workflowgroup of zentao/zentaopms (#12231)

This commit is contained in:
刘刚
2025-11-07 15:19:56 +08:00
committed by Gitfox
-1
View File
@@ -12059,7 +12059,6 @@ class upgradeModel extends model
/* 删除旧分类。 */
$this->dao->delete()->from(TABLE_PROCESS)->where('workflowGroup')->eq(0)->exec();
$this->dao->delete()->from(TABLE_ACTIVITY)->where('workflowGroup')->eq(0)->exec();
$this->dao->delete()->from(TABLE_AUDITCL)->where('objectType')->eq('zoutput')->exec();
$this->dao->delete()->from(TABLE_LANG)->where('module')->eq('process')->exec();
}