Compare commits
No commits in common. "6a9ccba57c43f1527b11148e4326e5f028999eec" and "c6c3ebe92b4a7efda0654ba853a2edce71945f61" have entirely different histories.
6a9ccba57c
...
c6c3ebe92b
|
|
@ -91,7 +91,7 @@ public class SecurityContextHolder {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Integer getSystemType() {
|
public static Integer getSystemType() {
|
||||||
return Convert.toInt(get(SecurityConstants.SYSTEM_TYPE), 2);
|
return Convert.toInt(get(SecurityConstants.SYSTEM_TYPE), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setSystemType(String systemType) {
|
public static void setSystemType(String systemType) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue