cms 跳转增加用户存放

This commit is contained in:
zhujunjieit 2019-01-23 21:17:33 +08:00
parent 6f906f8482
commit 9c84a5657d
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ public class CmsUserController {
examUserErrorQuestion.setVipUserId(ShiroUtils.getSysUser().getUserId().intValue());
List<ExamUserErrorQuestionVO> list = examUserErrorQuestionService.selectExamUserErrorQuestionDetailList(examUserErrorQuestion);
map.put("data", list);
map.put( "user", ShiroUtils.getSysUser() );
return prefix + "/user/errorquestion";
}
}