Commit dd58c0ae by 焦凯

修改获取场站功能树的地址

parent 788239dd
...@@ -24,7 +24,7 @@ public class InzBasisFunctionTreeController { ...@@ -24,7 +24,7 @@ public class InzBasisFunctionTreeController {
return new FunctionTreeObj(functionDefinition); return new FunctionTreeObj(functionDefinition);
} }
@RequestMapping(value = "/warehouse/basis/functionTree", method = RequestMethod.GET) @RequestMapping(value = "/warehouse/api/functionTree", method = RequestMethod.GET)
public Object getFunctionTreeStation() { public Object getFunctionTreeStation() {
String functreeName = "com.beecode.inz.portal.functiontree.StationFunctionTree"; String functreeName = "com.beecode.inz.portal.functiontree.StationFunctionTree";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment