|
|
|
|
@ -846,7 +846,7 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
|
|
|
|
|
.map(item -> { |
|
|
|
|
ComplaintCollectionRepeatDTO dto = new ComplaintCollectionRepeatDTO(); |
|
|
|
|
BeanUtil.copyProperties(item, dto); |
|
|
|
|
dto.setSourceTable(CodeTranslateUtil.translateCodesToLabels(item.getSourceTable(), sourceDict)); |
|
|
|
|
dto.setSourceTable(CodeTranslateUtil.translateCodesToLabels(item.getSourceTable(), sourceDict) + "(涉)"); |
|
|
|
|
return dto; |
|
|
|
|
}) |
|
|
|
|
.toList(); |
|
|
|
|
|