This commit is contained in:
ccclyt 2025-07-01 18:48:35 +08:00 committed by GitHub
commit b45ee16664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public final class OriginalConfPretreatmentUtil {
"您的配置文件中的列配置信息有误. 因为根据您的配置,数据库表的列中存在多个*. 请检查您的配置并作出修改. ");
}
quotedColumns.add(column);
quotedColumns.add(String.format("`%s`", column));
//以下判断没有任何意义
// if (null == column) {
// quotedColumns.add(null);