|
|
|
|
@ -250,6 +250,7 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
|
|
|
|
|
List<String> reqAllIds = departService.getAllNodeIds(List.of(request.getSecondDepartId())); |
|
|
|
|
if (CollectionUtil.isNotEmpty(reqAllIds)) { |
|
|
|
|
param.setSecondDepartIds(new HashSet<>(reqAllIds)); |
|
|
|
|
param.setHandleMethod(ComplaintCollectionHandleMethodEnum.XF.getCode()); |
|
|
|
|
} else { |
|
|
|
|
return Result.success(ComplaintCollectionPageVo.noAuthVo()); |
|
|
|
|
} |
|
|
|
|
|