|
@@ -291,7 +291,7 @@ public class TaskController extends BladeController {
|
|
attachmentFormTask.setTaskId(taskId);
|
|
attachmentFormTask.setTaskId(taskId);
|
|
}
|
|
}
|
|
/*复制计量中间件的附件信息VO*/
|
|
/*复制计量中间件的附件信息VO*/
|
|
- attachmentFormServiceTask.saveBatch(attachmentFormTasks, 1000);
|
|
|
|
|
|
+ attachmentFormServiceTask.saveOrUpdateBatch(attachmentFormTasks, 1000);
|
|
|
|
|
|
/*构造创建审批任务*/
|
|
/*构造创建审批任务*/
|
|
Set<String> aopParamsSet = new HashSet<>();
|
|
Set<String> aopParamsSet = new HashSet<>();
|