|
|
|
@ -3044,7 +3044,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
for (RecipeIfsItem item : componentList) { |
|
|
|
Map<String, String> 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")); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|