Commit 0c3dec51 authored by wangxl's avatar wangxl

1

parent 488ee6a3
...@@ -431,7 +431,7 @@ public class ComProjectTaskServiceImpl extends BaseServiceImpl<ComProjectTaskDAO ...@@ -431,7 +431,7 @@ public class ComProjectTaskServiceImpl extends BaseServiceImpl<ComProjectTaskDAO
// 附件 // 附件
ComFileService.insertList(dto.getFileList(), id, CommonEnum.fileType.projectTask.getCode()); ComFileService.insertList(dto.getFileList(), id, CommonEnum.fileType.projectTask.getCode());
// 项目安排及阶段目标 // 项目安排及阶段目标
comProjectStageGoalService.insertList(dto.getStageGoals(), id); // comProjectStageGoalService.insertList(dto.getStageGoals(), id);
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