|
|
|
@ -567,7 +567,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
RecipeHeaderEntity checkRecipe = recipeManagementMapper.selectOne(new QueryWrapper<RecipeHeaderEntity>() |
|
|
|
.eq("site", recipeHeader.getSite()) |
|
|
|
.eq("part_no", recipeHeader.getPartNo()) |
|
|
|
.eq("recipe_type", recipeHeader.getBomType()) |
|
|
|
.eq("bom_type", recipeHeader.getBomType()) |
|
|
|
.eq("eng_chg_level", recipeHeader.getEngChgLevel())); |
|
|
|
if (checkRecipe == null) { |
|
|
|
recipeManagementMapper.saveRecipeHeader(recipeHeader); |
|
|
|
|