功能需求优化

This commit is contained in:
mashuai 2025-02-26 14:49:13 +08:00
parent 243465b36e
commit aad1c1e315
1 changed files with 2 additions and 2 deletions

View File

@ -118,14 +118,14 @@ public class DevInfoServiceImpl implements DevInfoService {
} /*else if (item.getFileType().equals(Long.valueOf(EXAMINATION_PDF))) {
devInfoVo.getExaminationPdf().add(item);
}*/ else if (item.getFileType().equals(Long.valueOf(INSURANCE_PDF))) {
// devInfoVo.getInsurancePdf().add(item);
devInfoVo.getInsurancePdf().add(item);
}
});
}
Table table = new Table();
table.setExaminationPdf(devInfoVo.getExaminationPdf());
// table.setInsurancePdf(devInfoVo.getInsurancePdf());
table.setInsurancePdf(devInfoVo.getInsurancePdf());
table.setIdentifyCode(devInfoVo.getIdentifyCode());
MaDevQc qc = maDevQcMapper.getQcListByOne(maId);
if (Objects.nonNull(qc)) {