mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix: 修复sql内置系统变量错误
This commit is contained in:
@@ -151,7 +151,7 @@ public class SqlparserUtils {
|
||||
}
|
||||
|
||||
private static boolean isParams(String paramId){
|
||||
if(Arrays.asList("userId", "userEmail", "userName").contains(paramId)){
|
||||
if(Arrays.asList("sysParams.userId", "sysParams.userEmail", "sysParams.userName").contains(paramId)){
|
||||
return true;
|
||||
}
|
||||
boolean isLong = false;
|
||||
|
||||
Reference in New Issue
Block a user