|
|
@ -100,7 +100,9 @@ public class AdminSearchExamRecordDomainServiceImpl implements AdminSearchExamRe |
|
|
dto.setPictureDTOList(pictureDTOList); |
|
|
dto.setPictureDTOList(pictureDTOList); |
|
|
if (Objects.nonNull(dto.getSubLineId())) { |
|
|
if (Objects.nonNull(dto.getSubLineId())) { |
|
|
ProductLineEntity productLine = productLineBaseService.getById(dto.getSubLineId()); |
|
|
ProductLineEntity productLine = productLineBaseService.getById(dto.getSubLineId()); |
|
|
dto.setSubLineName(productLine.getName()); |
|
|
if (Objects.nonNull(productLine)) { |
|
|
|
|
|
dto.setSubLineName(productLine.getName()); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
if (BooleanUtil.isTrue(dto.getPass())) { |
|
|
if (BooleanUtil.isTrue(dto.getPass())) { |
|
|
dto.setPassText(ExamRecordPassTextEnum.Pass.getValue()); |
|
|
dto.setPassText(ExamRecordPassTextEnum.Pass.getValue()); |
|
|
|