|
|
@@ -63,7 +63,7 @@ public class QuestionBankController extends BaseController {
|
|
|
return AjaxResult.success(iQuestionBankService.queryById(bankId));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("课程题库列表")
|
|
|
+ @ApiOperation("题库推荐列表")
|
|
|
@GetMapping("/recommendList")
|
|
|
public AjaxResult<List<QuestionBankVo>> recommendList(QuestionBankQueryBo bo) {
|
|
|
List<QuestionBankVo> list = iQuestionBankService.queryRecommendList(bo);
|