We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2267e9d commit 995a0bbCopy full SHA for 995a0bb
generator-web/src/main/resources/templates/xxl-code-generator/bootstrap.ftl
@@ -4,7 +4,7 @@
4
<#list classInfo.fieldList as fieldItem >
5
<div class="form-group">
6
<label for="${fieldItem.fieldName}Label">${fieldItem.fieldComment}</label>
7
- <input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}}" placeholder="请输入${fieldItem.fieldComment}">
+ <input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}" placeholder="请输入${fieldItem.fieldComment}">
8
</div>
9
</#list>
10
</#if>
0 commit comments