|
|
@ -100,8 +100,10 @@ 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()); |
|
|
|
|
|
if (Objects.nonNull(productLine)) { |
|
|
dto.setSubLineName(productLine.getName()); |
|
|
dto.setSubLineName(productLine.getName()); |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
if (BooleanUtil.isTrue(dto.getPass())) { |
|
|
if (BooleanUtil.isTrue(dto.getPass())) { |
|
|
dto.setPassText(ExamRecordPassTextEnum.Pass.getValue()); |
|
|
dto.setPassText(ExamRecordPassTextEnum.Pass.getValue()); |
|
|
dto.setPassHtml(ExamRecordPassTextEnum.Pass.getHtml()); |
|
|
dto.setPassHtml(ExamRecordPassTextEnum.Pass.getHtml()); |
|
|
|