|
|
|
@ -381,10 +381,6 @@ public class QcServiceImpl implements QcService { |
|
|
|
task.setInspectionTypeNo(inspectionTypeNo); |
|
|
|
} |
|
|
|
|
|
|
|
// 检验项目编码 |
|
|
|
String itemNo = qcMapper.getItemNo(task); |
|
|
|
task.setItemNo(inspectionTypePrefixes.getOrDefault(task.getInspectionTypeNo(), "") + itemNo); |
|
|
|
|
|
|
|
// 检验值类型 |
|
|
|
XSSFCell cell5 = row.getCell(5); |
|
|
|
if (cell5 == null) { |
|
|
|
|