Browse Source

2024-01-02

master
fengyuan_yang 1 year ago
parent
commit
650fccf087
  1. 2
      src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java

2
src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java

@ -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"));
}
}
}

Loading…
Cancel
Save