无检测报告报错
This commit is contained in:
parent
48ad3ffeb4
commit
b958763adf
|
|
@ -127,12 +127,14 @@ public class DevInfoServiceImpl implements DevInfoService {
|
||||||
Table table = new Table();
|
Table table = new Table();
|
||||||
table.setExaminationPdf(devInfoVo.getExaminationPdf());
|
table.setExaminationPdf(devInfoVo.getExaminationPdf());
|
||||||
table.setInsurancePdf(devInfoVo.getInsurancePdf());
|
table.setInsurancePdf(devInfoVo.getInsurancePdf());
|
||||||
MaDevQc qc = maDevQcMapper.getQcListByOne(maId);
|
|
||||||
table.setIdentifyCode(devInfoVo.getIdentifyCode());
|
table.setIdentifyCode(devInfoVo.getIdentifyCode());
|
||||||
|
MaDevQc qc = maDevQcMapper.getQcListByOne(maId);
|
||||||
|
if (Objects.nonNull(qc)) {
|
||||||
table.setCheckMan(qc.getQcUser());
|
table.setCheckMan(qc.getQcUser());
|
||||||
table.setId(qc.getId());
|
table.setId(qc.getId());
|
||||||
table.setCheckDate(qc.getQcTime());
|
table.setCheckDate(qc.getQcTime());
|
||||||
table.setNextCheckDate(qc.getNextCheckTime());
|
table.setNextCheckDate(qc.getNextCheckTime());
|
||||||
|
}
|
||||||
tableList.add(table);
|
tableList.add(table);
|
||||||
devInfoVo.setTableList(tableList);
|
devInfoVo.setTableList(tableList);
|
||||||
bmFileInfo.setFileType(0L);
|
bmFileInfo.setFileType(0L);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue