李学松 2 жил өмнө
parent
commit
761cc88b41

+ 3 - 3
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmReportServiceImpl.java

@@ -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()