Commit f24c9e1c by 徐高华

登录名

parent f04cbc20
...@@ -271,6 +271,7 @@ public class LoginController extends WebBaseController { ...@@ -271,6 +271,7 @@ public class LoginController extends WebBaseController {
String staffId = loginUser.getStaffId() ; String staffId = loginUser.getStaffId() ;
StaffDTO dto = this.staffApiService.selectById(staffId) ; StaffDTO dto = this.staffApiService.selectById(staffId) ;
StaffVO staffVO = EntityUtil.changeEntityByOrika(StaffVO.class, dto) ; StaffVO staffVO = EntityUtil.changeEntityByOrika(StaffVO.class, dto) ;
staffVO.setStaffName(staffVO.getStaffName()+"("+loginUser.getClerkName()+")");
vo.setStaffDTO(staffVO); vo.setStaffDTO(staffVO);
return this.success(vo) ; return this.success(vo) ;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment