|
|
@ -464,7 +464,7 @@ public class BomServiceBean { |
|
|
throw new APException("不存在此bom组件信息!"); |
|
|
throw new APException("不存在此bom组件信息!"); |
|
|
} |
|
|
} |
|
|
returnMap.put("resultCode", "200"); |
|
|
returnMap.put("resultCode", "200"); |
|
|
returnMap.put("obj", JSON.toJSONString(inData)); |
|
|
|
|
|
|
|
|
returnMap.put("obj", JSON.toJSONString(resultList)); |
|
|
} catch(APException e){ |
|
|
} catch(APException e){ |
|
|
returnMap.put("resultCode", "400"); |
|
|
returnMap.put("resultCode", "400"); |
|
|
returnMap.put("resultMsg", e.getMessage()); |
|
|
returnMap.put("resultMsg", e.getMessage()); |
|
|
|