update 优化或者字符串用户ID
This commit is contained in:
parent
0964226173
commit
aee13fa6fc
@ -91,10 +91,10 @@ public class LoginHelper {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户id(工作流使用)
|
||||
* 获取用户id
|
||||
*/
|
||||
public static String getUserIdStr() {
|
||||
return USER.getCode()+Convert.toStr(getExtra(USER_KEY));
|
||||
return Convert.toStr(getExtra(USER_KEY));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user