功能需求优化
This commit is contained in:
parent
243465b36e
commit
aad1c1e315
|
|
@ -118,14 +118,14 @@ public class DevInfoServiceImpl implements DevInfoService {
|
||||||
} /*else if (item.getFileType().equals(Long.valueOf(EXAMINATION_PDF))) {
|
} /*else if (item.getFileType().equals(Long.valueOf(EXAMINATION_PDF))) {
|
||||||
devInfoVo.getExaminationPdf().add(item);
|
devInfoVo.getExaminationPdf().add(item);
|
||||||
}*/ else if (item.getFileType().equals(Long.valueOf(INSURANCE_PDF))) {
|
}*/ else if (item.getFileType().equals(Long.valueOf(INSURANCE_PDF))) {
|
||||||
// devInfoVo.getInsurancePdf().add(item);
|
devInfoVo.getInsurancePdf().add(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Table table = new Table();
|
Table table = new Table();
|
||||||
table.setExaminationPdf(devInfoVo.getExaminationPdf());
|
table.setExaminationPdf(devInfoVo.getExaminationPdf());
|
||||||
// table.setInsurancePdf(devInfoVo.getInsurancePdf());
|
table.setInsurancePdf(devInfoVo.getInsurancePdf());
|
||||||
table.setIdentifyCode(devInfoVo.getIdentifyCode());
|
table.setIdentifyCode(devInfoVo.getIdentifyCode());
|
||||||
MaDevQc qc = maDevQcMapper.getQcListByOne(maId);
|
MaDevQc qc = maDevQcMapper.getQcListByOne(maId);
|
||||||
if (Objects.nonNull(qc)) {
|
if (Objects.nonNull(qc)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue