|
|
|
@ -2797,7 +2797,6 @@ public class QcServiceImpl implements QcService { |
|
|
|
String site = (String) params.get("site"); |
|
|
|
String buNo = (String) params.get("buNo"); |
|
|
|
String inspectionNo = (String) params.get("inspectionNo"); |
|
|
|
String templateId = (String) params.get("templateId"); |
|
|
|
List<Map<String, Object>> itemList = (List<Map<String, Object>>) params.get("itemList"); |
|
|
|
|
|
|
|
if (itemList != null && !itemList.isEmpty()) { |
|
|
|
@ -2813,7 +2812,6 @@ public class QcServiceImpl implements QcService { |
|
|
|
// 先删除子明细 |
|
|
|
qcMapper.deleteIPQCSubDetailByItem(deleteParams); |
|
|
|
// 再删除明细 |
|
|
|
deleteParams.put("templateId", templateId); |
|
|
|
qcMapper.deleteIPQCItemDetail(deleteParams); |
|
|
|
} |
|
|
|
} |
|
|
|
|