|
|
@ -149,10 +149,10 @@ public class MesSpotCheckOrderService extends BaseMesService<MesSpotCheckOrder>
|
|
|
|
// ConvertBean.serviceModelInitialize(spotCheckOrderPart, "LML");
|
|
|
|
// ConvertBean.serviceModelInitialize(spotCheckOrderPart, "LML");
|
|
|
|
spotCheckOrderPartList.add(spotCheckOrderPart);
|
|
|
|
spotCheckOrderPartList.add(spotCheckOrderPart);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
spotCheckOrderPartService.insertBatch(spotCheckOrderPartList);
|
|
|
|
spotCheckOrderPartRepository.saveAll(spotCheckOrderPartList);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
spotCheckOrderResultService.insertBatch(spotCheckOrderResults);
|
|
|
|
spotCheckOrderResultRepository.saveAll(spotCheckOrderResults);
|
|
|
|
|
|
|
|
|
|
|
|
return bean;
|
|
|
|
return bean;
|
|
|
|
}
|
|
|
|
}
|
|
|
|