|
@@ -219,6 +219,9 @@ public class SysIndexController extends BaseController
|
|
|
|
|
|
@GetMapping("/system/view")
|
|
@GetMapping("/system/view")
|
|
public String view(ModelMap mmap){
|
|
public String view(ModelMap mmap){
|
|
|
|
+ String sessionId = ShiroUtils.getSessionId();
|
|
|
|
+ mmap.put("sessionId",sessionId);
|
|
|
|
+
|
|
UserRelate userRelate = new UserRelate();
|
|
UserRelate userRelate = new UserRelate();
|
|
userRelate.setUserId(getUserId());
|
|
userRelate.setUserId(getUserId());
|
|
List<UserRelate> userRelates = userRelateService.selectUserRelateList(userRelate);
|
|
List<UserRelate> userRelates = userRelateService.selectUserRelateList(userRelate);
|