diff --git a/screw-core/src/main/resources/template/freemarker/documentation_md.ftl b/screw-core/src/main/resources/template/freemarker/documentation_md.ftl index af88829..fcd58ea 100644 --- a/screw-core/src/main/resources/template/freemarker/documentation_md.ftl +++ b/screw-core/src/main/resources/template/freemarker/documentation_md.ftl @@ -33,9 +33,9 @@ | 表名 | 说明 | | :-------------------- | :--------- | <#list tables> - <#items as t> - | [${t.tableName!''}](#${t.tableName!''}) | ${t.remarks!''} | - +<#items as t> +| [${t.tableName!''}](#${t.tableName!''}) | ${t.remarks!''} | + <#list tables><#items as t> **表名:** ${t.tableName!''}