Skip to content

Commit 8230f1c

Browse files
committed
优化文档中的表名显示
1 parent b37b4c5 commit 8230f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@
944944
log('getDoc [] for i=' + i + ': table = \n' + format(JSON.stringify(table)));
945945

946946

947-
doc += '### ' + (i + 1) + '. ' + table.TABLE_NAME + '\n#### 说明: \n' + App.toMD(table.TABLE_COMMENT);
947+
doc += '### ' + (i + 1) + '. ' + CodeUtil.getModelName(table.TABLE_NAME) + '\n#### 说明: \n' + App.toMD(table.TABLE_COMMENT);
948948

949949
//Column[]
950950
doc += '\n\n#### 字段: \n 名称 | 类型(长度) | 可为null | 说明' +

0 commit comments

Comments
 (0)