Skip to content

Commit 995a0bb

Browse files
committed
fix up
1 parent 2267e9d commit 995a0bb

File tree

1 file changed

+1
-1
lines changed
  • generator-web/src/main/resources/templates/xxl-code-generator

1 file changed

+1
-1
lines changed

generator-web/src/main/resources/templates/xxl-code-generator/bootstrap.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<#list classInfo.fieldList as fieldItem >
55
<div class="form-group">
66
<label for="${fieldItem.fieldName}Label">${fieldItem.fieldComment}</label>
7-
<input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}}" placeholder="请输入${fieldItem.fieldComment}">
7+
<input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}" placeholder="请输入${fieldItem.fieldComment}">
88
</div>
99
</#list>
1010
</#if>

0 commit comments

Comments
 (0)