cms 跳转增加用户存放
This commit is contained in:
parent
6f906f8482
commit
9c84a5657d
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue