src/main/java/com/whyc/controller/FileInfoController.java
@@ -32,7 +32,7 @@ } @ApiOperation(value = "解析xml文件(传参一个文件夹)") @GetMapping("getXmlValue") @GetMapping("getXmlValueByPath") public Response getXmlValueByPath(@RequestParam String filePath){ return paramService.getXmlValueByPath(filePath); } @@ -59,4 +59,11 @@ } return paramService.updateXmlByParamMap(map,filePath); } @ApiOperation("对比时下拉选择站点下挂在的文件信息") @GetMapping("selectFileInStation") public Response selectFileInStation(){ return service.selectFileInStation(); } }