From 7c451c7a2ecdb42d579f77fdf8deb8c866cfe9da Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 29 Sep 2025 17:47:22 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-29=20recipe=5Ftype=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20bom=5Ftype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/part/service/impl/PartInformationServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java index 4c1d0bc3..d2394608 100644 --- a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java @@ -567,7 +567,7 @@ public class PartInformationServiceImpl extends ServiceImpl() .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);