Compare commits

..

No commits in common. "6a9ccba57c43f1527b11148e4326e5f028999eec" and "c6c3ebe92b4a7efda0654ba853a2edce71945f61" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class SecurityContextHolder {
}
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) {