Commit e9555969 authored by 徐俊's avatar 徐俊
parents d3aa8b23 0581c3b1
......@@ -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