Commit e1bef698 authored by wangxl's avatar wangxl

1

parent a25f793d
...@@ -426,7 +426,7 @@ public class ComProjectTaskServiceImpl extends BaseServiceImpl<ComProjectTaskDAO ...@@ -426,7 +426,7 @@ public class ComProjectTaskServiceImpl extends BaseServiceImpl<ComProjectTaskDAO
id = this.update(task); id = this.update(task);
} }
// 附件 // 附件
ComFileService.insertList(dto.getFileList(), dto.getId(), CommonEnum.fileType.projectTask.getCode()); ComFileService.insertList(dto.getFileList(), id, CommonEnum.fileType.projectTask.getCode());
return id; return id;
} }
......
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