Merge branch 'sprint/193_hufangzhou_23006' into 'master'

* Fix bug #23006.

See merge request easycorp/zentaopms!3630
This commit is contained in:
王怡栋
2022-05-26 09:15:58 +00:00
+1
View File
@@ -634,6 +634,7 @@ class installModel extends model
if($this->config->edition == 'open') $this->dao->update(TABLE_USER)->set('deleted')->eq('0')->where('deleted')->eq('1')->exec();
}
$config = new stdclass();
$config->module = 'common';
$config->owner = 'system';
$config->section = 'global';