* Finish task #37535.

This commit is contained in:
tianshujie98
2021-04-15 14:44:46 +08:00
parent 035efe6bd4
commit 3162efb035
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -35,7 +35,6 @@ class cronModel extends model
return $this->dao->select('*')->from(TABLE_CRON)
->where('1=1')
->beginIF(strpos($params, 'nostop') !== false)->andWhere('status')->ne('stop')->fi()
->beginIF(!isset($this->config->maxVersion))->andWhere('command')->notlike("%moduleName=weekly&%")->fi()
->fetchAll('id');
}