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