* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-11-03 06:08:11 +00:00
parent e3353eba20
commit 26b3dc7d64
-1
View File
@@ -12060,7 +12060,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_AUDITPLAN)->where('objectType')->eq('zoutput')->exec();
$this->dao->delete()->from(TABLE_LANG)->where('module')->eq('process')->exec();
}