From 650fccf087f1940d4322cc6c737b1ee170dba4ee Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 2 Jan 2025 08:57:32 +0800 Subject: [PATCH] 2024-01-02 --- .../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 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")); } } }