|
@@ -49,7 +49,6 @@ public class UserBankQuestionRecordController extends BaseController {
|
|
|
* 查询用户做的历史题库题目记录列表
|
|
* 查询用户做的历史题库题目记录列表
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation("查询用户错题历史列表")
|
|
@ApiOperation("查询用户错题历史列表")
|
|
|
- @PreAuthorize("@ss.hasPermi('system:record:list')")
|
|
|
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
|
public TableDataInfo<UserBankQuestionRecordVo> list(UserBankQuestionRecordQueryBo bo) {
|
|
public TableDataInfo<UserBankQuestionRecordVo> list(UserBankQuestionRecordQueryBo bo) {
|
|
|
ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());
|
|
ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());
|