字段填充
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -59,7 +59,7 @@ public class DgArchivesController { | ... | @@ -59,7 +59,7 @@ public class DgArchivesController { |
59 | 59 | ||
60 | @GetMapping("getDgArchivesDetailById") | 60 | @GetMapping("getDgArchivesDetailById") |
61 | @ApiOperation(value = "案卷基本信息") | 61 | @ApiOperation(value = "案卷基本信息") |
62 | public Result getDgArchivesDetailById(@ApiParam("案卷标识码") @RequestParam String bsmArchive) { | 62 | public Result<ArchiveDetailAndCoverVO> getDgArchivesDetailById(@ApiParam("案卷标识码") @RequestParam String bsmArchive) { |
63 | return Result.ok(dgarchivesService.getDgArchivesDetailById(bsmArchive)); | 63 | return Result.ok(dgarchivesService.getDgArchivesDetailById(bsmArchive)); |
64 | } | 64 | } |
65 | 65 | ... | ... |
-
Please register or sign in to post a comment