|
@@ -120,7 +120,7 @@ public class Route extends ExceptionHandlerBaseRoute {
|
|
.produces(MediaType.APPLICATION_JSON)
|
|
.produces(MediaType.APPLICATION_JSON)
|
|
.route()
|
|
.route()
|
|
.process(new QueryPropertyProcesspr())
|
|
.process(new QueryPropertyProcesspr())
|
|
- .to("direct:getPropertiesByPj")
|
|
|
|
|
|
+ .to("direct:getEquipmentByPj")
|
|
.process(new FilterPropertyProcessor());
|
|
.process(new FilterPropertyProcessor());
|
|
|
|
|
|
|
|
|
|
@@ -165,7 +165,7 @@ public class Route extends ExceptionHandlerBaseRoute {
|
|
.to(Const.dataPlatform + "/property/relation_query");
|
|
.to(Const.dataPlatform + "/property/relation_query");
|
|
from("direct:getEquipmentByPj")
|
|
from("direct:getEquipmentByPj")
|
|
.process(new GetEquipmentByPjProcessor())
|
|
.process(new GetEquipmentByPjProcessor())
|
|
- .to(Const.dataPlatform + "/property/relation_query");
|
|
|
|
|
|
+ .to(Const.dataPlatform + "/object/subset_query");
|
|
|
|
|
|
from("direct:buildVenderMap")
|
|
from("direct:buildVenderMap")
|
|
.to(Const.venders + "/auxiliary/vender/query_detail?bridgeEndpoint=true&method=POST")
|
|
.to(Const.venders + "/auxiliary/vender/query_detail?bridgeEndpoint=true&method=POST")
|