@ -17,6 +17,8 @@ import java.time.LocalDateTime;
@Schema(description = "涉访涉诉查重DTO")
public class ComplaintCollectionRepeatDTO {
@Schema(description = "涉访涉诉表ID")
private String complaintId;
@Schema(description = "来源类型")
private String sourceTable;
@ -1024,6 +1024,7 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
ComplaintCollectionRepeatDTO dto = new ComplaintCollectionRepeatDTO();
BeanUtil.copyProperties(item, dto);
dto.setSourceTable(CodeTranslateUtil.translateCodesToLabels(item.getSourceTable(), sourceDict) + "(投)");
dto.setComplaintId(item.getId());
return dto;
})
.toList();