Commit 8e2d33fe by 朱亚洁

feat:[1003901]系列书

parent c4ef8dbf
......@@ -1221,7 +1221,7 @@ public class BookFacadeImpl implements BookFacade {
@ApiOperation("根据学科查系列书")
@GetMapping("getSeriesBookList")
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){
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