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以前的脚本路径
|
// 更新2.11.3以前的脚本路径
|
||||||
CrontabModel.findAll({
|
CrontabModel.findAll({
|
||||||
where: {
|
where: {
|
||||||
isDisabled: { [Op.ne]: 1 },
|
|
||||||
command: {
|
command: {
|
||||||
[Op.or]: [
|
[Op.or]: [
|
||||||
{ [Op.like]: `%\/ql\/scripts\/%` },
|
{ [Op.like]: `%\/ql\/scripts\/%` },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user