|
@ -139,7 +139,7 @@ public class DataReportingServiceImpl implements DataReportingService { |
|
|
//根据入参,获取项目
|
|
|
//根据入参,获取项目
|
|
|
long start = System.currentTimeMillis(); |
|
|
long start = System.currentTimeMillis(); |
|
|
List<ScreenProjectDataDTO> projectList = screenProjectDataService.getProjectList(formDTO.getCustomerId(), formDTO.getProjectId(), formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
List<ScreenProjectDataDTO> projectList = screenProjectDataService.getProjectList(formDTO.getCustomerId(), formDTO.getProjectId(), formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
log.error("事件上报-查询项目列表耗时:{}ms",System.currentTimeMillis()-start + "\n项目数:" + formDTO.getProjectId().size()); |
|
|
log.error("事件上报-查询项目列表耗时:{}ms",System.currentTimeMillis()-start); |
|
|
//项目列表为空,返回空数组
|
|
|
//项目列表为空,返回空数组
|
|
|
if(CollectionUtils.isEmpty(projectList)) { |
|
|
if(CollectionUtils.isEmpty(projectList)) { |
|
|
return Collections.emptyList(); |
|
|
return Collections.emptyList(); |
|
|