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 935dc0d5..b2659b4c 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 @@ -3044,7 +3044,7 @@ public class PartInformationServiceImpl extends ServiceImpl addRecipeComponentResponse = recipeServiceBean.syncRecipeItem(srv, item); if (!"200".equals(addRecipeComponentResponse.get("resultCode"))) { - throw new RuntimeException("IFS BOM子物料新增异常:" + addRecipeComponentResponse.get("resultMsg")); + throw new RuntimeException("IFS Recipe子物料新增异常:" + addRecipeComponentResponse.get("resultMsg")); } } }