feat: 添加空格

This commit is contained in:
l90215
2025-08-07 21:13:02 +08:00
parent 210a9d9b14
commit 838a393abc

View File

@@ -69,6 +69,7 @@ public class GenTableServiceImpl implements IGenTableService {
log.warn("Schema不存在表名: {}", tableName);
return;
}
// 查询Schema字段信息
List<SchemaFieldVo> fields = schemaFieldService.queryListByTableName(tableName);
if (CollUtil.isEmpty(fields)) {