## Opt - systemType 默认2

This commit is contained in:
sangelxiu1 2025-08-01 16:57:02 +08:00
parent 96d0cab579
commit 891e2e52d6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {