Compare commits
2 Commits
c6c3ebe92b
...
6a9ccba57c
| Author | SHA1 | Date |
|---|---|---|
|
|
6a9ccba57c | |
|
|
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