Commit c6c83a52 by 田超

Merge branch 'feature/1003901-04' into 'master'

feat: [1003901] 系列书

See merge request rays/pcloud-book!1063
parents 72c0c359 8e2d33fe
...@@ -1221,7 +1221,7 @@ public class BookFacadeImpl implements BookFacade { ...@@ -1221,7 +1221,7 @@ public class BookFacadeImpl implements BookFacade {
@ApiOperation("根据学科查系列书") @ApiOperation("根据学科查系列书")
@GetMapping("getSeriesBookList") @GetMapping("getSeriesBookList")
public ResponseDto<?> getSeriesBookList(@RequestParam("seriesBookId") Long seriesBookId, public ResponseDto<?> getSeriesBookList(@RequestParam("seriesBookId") Long seriesBookId,
@RequestParam("subLabelId") Long subLabelId, @RequestParam(value = "subLabelId", required = false) Long subLabelId,
@RequestParam(value = "graLabelId", required = false) Long graLabelId){ @RequestParam(value = "graLabelId", required = false) Long graLabelId){
return new ResponseDto<>(bookBiz.getSeriesBookList(seriesBookId, subLabelId, graLabelId)); return new ResponseDto<>(bookBiz.getSeriesBookList(seriesBookId, subLabelId, graLabelId));
} }
......
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