Commit 0581c3b1 authored by wangxl's avatar wangxl

111

parent c59c09da
......@@ -750,7 +750,6 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
// 附件
ComFileService.insertList(dto.getFileList(), id, CommonEnum.fileType.project.getCode());
dto.setId(id);
dto.setProjAttribute("5b9d6509-aece-11ef-b6cb-0c42a1380f01");//默认新增项目
comProjectBasicService.insertOrUpdate(dto);
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