提交 2c3a6266 作者: panda

条件查询作业服务列表-优化

上级 2f6554f2
......@@ -179,9 +179,6 @@ public class BackstageTaskServiceImpl implements BackstageTaskService {
for (ServiceDO item : pageList) {
WorkServiceDTO workServiceDTO = WorkServiceDTO.builder().id(item.getId()).serviceName(item.getServiceName()).companyName(companyName)
.coverPlan(item.getCoverPlan()).serviceIntroduction(item.getServiceIntroduction()).video(item.getVideo()).shareCard(item.getShareCard()).build();
List<InspComtDO> inspComtList = RandomGetInspComt(item.getId());
workServiceDTO.setInspComtList(inspComtList);
workServiceDTO.setInspComtAmount(inspComtList.size());
workServiceDTOList.add(workServiceDTO);
}
return workServiceDTOList;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论