From c9b04383c77f91ac309e37e70783edcf8a9298b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 23:24:12 +0800
Subject: [PATCH] websocket代码整理
---
smart-starter-mybatis/src/main/java/com/qianwen/core/mp/support/SqlKeyword.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smart-starter-mybatis/src/main/java/com/qianwen/core/mp/support/SqlKeyword.java b/smart-starter-mybatis/src/main/java/com/qianwen/core/mp/support/SqlKeyword.java
index 71162ae..e067c3a 100644
--- a/smart-starter-mybatis/src/main/java/com/qianwen/core/mp/support/SqlKeyword.java
+++ b/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";
--
Gitblit v1.9.3