|
|
@ -954,6 +954,7 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit |
|
|
|
} |
|
|
|
//获取工作人员未处理的节点
|
|
|
|
List<StaffUnHandledDTO> unHandledList = projectStaffService.getStaffUnHandledList(customerId); |
|
|
|
if (CollectionUtils.isNotEmpty(unHandledList)) { |
|
|
|
List<CostDayFormDTO> form = unHandledList.stream().map(item -> { |
|
|
|
CostDayFormDTO dto = new CostDayFormDTO(); |
|
|
|
dto.setId(item.getId()); |
|
|
@ -1008,6 +1009,7 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit |
|
|
|
setMessage(customerId, overdueList, delayList, list); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 项目节点耗时数据补齐 |
|
|
|