|
@@ -43,9 +43,6 @@ public class MaintenanceDataService {
|
|
|
List<Future<String>> futureList = new ArrayList<>();
|
|
|
CountDownLatch latch = new CountDownLatch(projectDTOList.size());
|
|
|
for (ProjectDTO projectDTO : projectDTOList) {
|
|
|
- if (!"Pj3302030001".equals(projectDTO.getProjectId())){
|
|
|
- continue;
|
|
|
- }
|
|
|
futureList.add(projectDataRecordService.computeMaintenanceData(todayDate,projectDTO, latch));
|
|
|
}
|
|
|
//等待所有任务执行完
|