|
@@ -781,8 +781,8 @@ public class WmReportServiceImpl extends ServiceImpl<WmReportMapper, WmReport> i
|
|
|
/**
|
|
|
* 根据任务类型查询任务
|
|
|
*
|
|
|
- * @param page 分页参数
|
|
|
- * @param taskTypeName 任务类型名称
|
|
|
+ * @param page 分页参数
|
|
|
+ * @param taskTypeName 任务类型名称
|
|
|
* @param entTaskStatus 审核状态 0待审核 1通过,2不通过
|
|
|
* @return
|
|
|
*/
|
|
@@ -809,7 +809,7 @@ public class WmReportServiceImpl extends ServiceImpl<WmReportMapper, WmReport> i
|
|
|
filterConfigJsonDTOList = configJsonDTOList.stream()
|
|
|
.filter(configJsonDTO -> configJsonDTO.getQualifiedTask())
|
|
|
.collect(Collectors.toList());
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
// 查询上级的deptId
|
|
|
List<SysDeptRelation> ancestorDeptRelations = sysDeptRelationMapper.selectList(Wrappers.<SysDeptRelation>lambdaQuery()
|