This commit is contained in:
tianshujie98
2021-03-29 20:55:34 +08:00
parent 000db1c636
commit b0e138fed4
+1
View File
@@ -35,6 +35,7 @@ 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');
}