## Opt - systemType 默认2
This commit is contained in:
parent
96d0cab579
commit
891e2e52d6
|
@ -91,7 +91,7 @@ public class SecurityContextHolder {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Integer getSystemType() {
|
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) {
|
public static void setSystemType(String systemType) {
|
||||||
|
|
Loading…
Reference in New Issue