|
|
|
@ -456,9 +456,9 @@ public class RoutingServiceBean { |
|
|
|
//查询结果集 |
|
|
|
List<RoutingIfsItem> resultList = RoutingApi.getRoutingItems(srv, contract, partNo, routingRevision, routingType, alternativeNo, operationNo); |
|
|
|
//判断是否查询数据 |
|
|
|
if(resultList.isEmpty()) { |
|
|
|
/* if(resultList.isEmpty()) { |
|
|
|
throw new APException("不存在此Routing组件信息!"); |
|
|
|
} |
|
|
|
} 暂时注释掉*/ |
|
|
|
returnMap.put("resultCode", "200"); |
|
|
|
returnMap.put("obj", JSON.toJSONString(resultList)); |
|
|
|
} catch(APException e){ |
|
|
|
|