|
|
@ -2261,7 +2261,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
String deleteInventoryPartURL = apiUrl + "/part/ifs/removeInventoryPartToIfs"; |
|
|
String deleteInventoryPartURL = apiUrl + "/part/ifs/removeInventoryPartToIfs"; |
|
|
ResponseData deleteInventoryPartResponse = HttpClientUtil.doPostByRawWithPLM(deleteInventoryPartURL, partIfsInventory); |
|
|
ResponseData deleteInventoryPartResponse = HttpClientUtil.doPostByRawWithPLM(deleteInventoryPartURL, partIfsInventory); |
|
|
if (!"200".equals(deleteInventoryPartResponse.getCode())) { |
|
|
if (!"200".equals(deleteInventoryPartResponse.getCode())) { |
|
|
throw new RuntimeException("IFS库存件删除异常:" + deleteInventoryPartResponse.getMsg()); |
|
|
|
|
|
|
|
|
throw new RuntimeException(e.getMessage() + "; IFS库存件删除异常:" + deleteInventoryPartResponse.getMsg()); |
|
|
} |
|
|
} |
|
|
throw new RuntimeException(e.getMessage()); |
|
|
throw new RuntimeException(e.getMessage()); |
|
|
} |
|
|
} |
|
|
|