## Opt - systemType 默认2
This commit is contained in:
parent
73811683b3
commit
ce4038e883
|
@ -91,7 +91,7 @@ public class SecurityContextHolder {
|
|||
}
|
||||
|
||||
public static Integer getSystemType() {
|
||||
return Convert.toInt(get(SecurityConstants.SYSTEM_TYPE), null);
|
||||
return Convert.toInt(get(SecurityConstants.SYSTEM_TYPE), 2);
|
||||
}
|
||||
|
||||
public static void setSystemType(String systemType) {
|
||||
|
|
Loading…
Reference in New Issue