|
|
@@ -288,7 +288,7 @@ public class AnnualPlanLibManage { |
|
|
|
return project; |
|
|
|
}).collect(Collectors.toList()); |
|
|
|
// 保存到项目库中 |
|
|
|
projectService.saveBatch(projectList); |
|
|
|
projectService.saveOrUpdateBatch(projectList); |
|
|
|
|
|
|
|
// 筛选出导入的续建项目 |
|
|
|
List<AnnualLibImportDTO> continuedList = list.stream() |
|
|
|