We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bd826 commit fb69c99Copy full SHA for fb69c99
dinky-admin/src/main/java/org/dinky/service/impl/CatalogueServiceImpl.java
@@ -291,6 +291,7 @@ public boolean copyTask(Catalogue catalogue) {
291
Task newTask = new Task();
292
BeanUtil.copyProperties(oldTask, newTask);
293
newTask.setId(null);
294
+ newTask.setJobInstanceId(null);
295
newTask.setType(oldTask.getType());
296
// 设置复制后的作业名称为:原名称+自增序列
297
size = size + 1;
0 commit comments