@ -1087,6 +1087,9 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
dto.setSourceType(NegativeSourceTypeEnum.COMPLAINT_REPORT.getCode());
dto.setSourceTypeDesc(NegativeSourceTypeEnum.COMPLAINT_REPORT.getDesc());
// 涉嫌问题
dto.setInvolveProblem(request.getInvolveProblemIdList());
return dto;
}