mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修改定时任务初始化查询条件
This commit is contained in:
parent
bcbc8a633f
commit
0c54ca95d9
|
@ -57,7 +57,6 @@ export default async () => {
|
|||
// 更新2.11.3以前的脚本路径
|
||||
CrontabModel.findAll({
|
||||
where: {
|
||||
isDisabled: { [Op.ne]: 1 },
|
||||
command: {
|
||||
[Op.or]: [
|
||||
{ [Op.like]: `%\/ql\/scripts\/%` },
|
||||
|
|
Loading…
Reference in New Issue
Block a user