@@ -174,7 +174,7 @@
<tr>
<th>注册地址: </th>
<td colspan="3">
- <input type="text" class="form-control" name="zcdz" maxlength="40" style="width:92%">
+ <input type="text" class="form-control" name="zcdz" id="zcdz" style="width:92%">
</td>
</tr>
</table>
@@ -184,7 +184,7 @@
- <input type="text" class="form-control" name="zcdz" maxlength="40" style="width:92%" value="${record.zcdz }">
+ <input type="text" class="form-control" name="zcdz" id="zcdz" style="width:92%" value="${record.zcdz }">