无检测报告报错
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());
 | 
				
			||||||
            table.setCheckMan(qc.getQcUser());
 | 
					            MaDevQc qc = maDevQcMapper.getQcListByOne(maId);
 | 
				
			||||||
            table.setId(qc.getId());
 | 
					            if (Objects.nonNull(qc)) {
 | 
				
			||||||
            table.setCheckDate(qc.getQcTime());
 | 
					                table.setCheckMan(qc.getQcUser());
 | 
				
			||||||
            table.setNextCheckDate(qc.getNextCheckTime());
 | 
					                table.setId(qc.getId());
 | 
				
			||||||
 | 
					                table.setCheckDate(qc.getQcTime());
 | 
				
			||||||
 | 
					                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