## Opt - systemType 默认2

This commit is contained in:
sangelxiu1 2025-08-01 16:57:02 +08:00 committed by cabbage
parent 92f751aa15
commit e12b954cfc
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), null);
return Convert.toInt(get(SecurityConstants.SYSTEM_TYPE), 2);
}
public static void setSystemType(String systemType) {