Compare commits

..

2 Commits

Author SHA1 Message Date
sangelxiu1 6a9ccba57c Merge remote-tracking branch 'origin/dev' into dev 2025-08-01 16:57:07 +08:00
sangelxiu1 891e2e52d6 ## Opt - systemType 默认2 2025-08-01 16:57:02 +08:00
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) {