Commit 19932bec by liuyu

Merge branch 'release' into 'master'

Release

See merge request !39
parents a03735ea 644379bc
......@@ -94,7 +94,7 @@ public class TaskManager {
redissonUtil.deleteList(autoTask.getParamSource().getString(cacheId));
}
// 删除正在运行得任务
if (autoTask.isSplitFilter()) {
if (Objects.nonNull(autoTask.isSplitFilter())) {
redissonUtil.deleteBucket(concat(GenericAttribute.RUNNING, autoTask.getGroup()));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment