|
|
@ -144,7 +144,6 @@ public class DfCheckingRecordV2Service extends BaseService<DfCheckingRecordV2Map |
|
|
|
detailV2Dto.setPosition(record.getPosition()); |
|
|
|
detailV2Dto.setContent(record.getContent()); |
|
|
|
detailV2Dto.setProblemLevel(record.getProblemLevel()); |
|
|
|
detailV2Dto.setProblemImages(DfCheckingV2Service.getStringList(record.getParts().split(","))); |
|
|
|
detailV2Dto.setStatus(record.getStatus()); |
|
|
|
dtoList.add(detailV2Dto); |
|
|
|
} |
|
|
|