指标库新增web页面树形接口
This commit is contained in:
parent
88193bd0a8
commit
504ed6351c
@ -30,7 +30,8 @@ public class indexWebController extends DefaultBaseController {
|
||||
@GetMapping("indexweb")
|
||||
public ModelAndView indexweb(){
|
||||
ModelAndView mv = new ModelAndView("index");
|
||||
mv.addObject("userName",securityComponent.getCurrentUserIdInfo().getUserNameValue());
|
||||
mv.addObject("userName",securityComponent.getCurrentUser().getUserName());
|
||||
mv.addObject("userUserName",securityComponent.getCurrentUser().getUserUsername());
|
||||
return mv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user