请求方式修改
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -62,7 +62,7 @@ public class DgArchivesCatalogController { | ... | @@ -62,7 +62,7 @@ public class DgArchivesCatalogController { |
62 | return Result.ok(dgarchivescatalogService.getDgArchivesCatalogDetailById(id)); | 62 | return Result.ok(dgarchivescatalogService.getDgArchivesCatalogDetailById(id)); |
63 | } | 63 | } |
64 | 64 | ||
65 | @PostMapping("search") | 65 | @GetMapping("search") |
66 | @ApiOperation(value = "获取档案目录和不动产信息") | 66 | @ApiOperation(value = "获取档案目录和不动产信息") |
67 | public Result<List<DgArchivesCatalogListVO>> searchDgArchivesCatalogList(@ApiParam("档案标识码集合") @RequestParam List<String> bsmArchives) { | 67 | public Result<List<DgArchivesCatalogListVO>> searchDgArchivesCatalogList(@ApiParam("档案标识码集合") @RequestParam List<String> bsmArchives) { |
68 | return Result.ok(dgarchivescatalogService.searchDgArchivesCatalogList(bsmArchives)); | 68 | return Result.ok(dgarchivescatalogService.searchDgArchivesCatalogList(bsmArchives)); | ... | ... |
-
Please register or sign in to post a comment