From 5d7561b21d7217fc1ad14cce7da571cf9e02dda2 Mon Sep 17 00:00:00 2001 From: willxiang Date: Thu, 5 Sep 2024 11:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=BB=BA=E8=A1=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=8C=85=E5=90=AB=20using=20=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E6=97=B6=E6=97=A0=E6=B3=95=E7=94=9F=E6=88=90=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 例如: housing housing_code housing_id 等等字段名 --- .../java/com/softdev/system/generator/util/TableParseUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator-web/src/main/java/com/softdev/system/generator/util/TableParseUtil.java b/generator-web/src/main/java/com/softdev/system/generator/util/TableParseUtil.java index 0f46dac..8bea6c2 100644 --- a/generator-web/src/main/java/com/softdev/system/generator/util/TableParseUtil.java +++ b/generator-web/src/main/java/com/softdev/system/generator/util/TableParseUtil.java @@ -282,7 +282,7 @@ private static boolean isNotSpecialColumnLine(NonCaseString columnLine, int line !columnLine.containsAny( "key ", "constraint", - "using", + " using ", "unique ", "fulltext ", "index ",