smart-starter-mybatis/src/main/java/com/qianwen/core/mp/support/SqlKeyword.java
@@ -6,7 +6,7 @@ import com.qianwen.core.tool.utils.Func; import com.qianwen.core.tool.utils.StringUtil; /* loaded from: blade-starter-mybatis-9.3.0.0-SNAPSHOT.jar:org/springblade/core/mp/support/SqlKeyword.class */ public class SqlKeyword { private static final String SQL_REGEX = "'|%|--|insert|delete|select|count|group|union|drop|truncate|alter|grant|execute|exec|xp_cmdshell|call|declare|sql"; private static final String EQUAL = "_equal";