Commit 20c452e9 by wuwenlong

获取用户信息接口

parent 40344c70
......@@ -134,6 +134,7 @@ public class UserSessionUtils extends UserSession {
Map<String,String> map = new HashMap<String,String>(){{
put("userCode","");//工号
put("userName","");//用户名称
put("userPhone","");//用户电话
put("depCode","");//所属部门编码
put("depName","");//所属部门名称
}};
......
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