域名增加长度限制1024,自定义district限制长度64,website_domain_topic表域名长度修改为1024 sql提交

This commit is contained in:
zhanghongqing
2018-10-19 14:34:34 +08:00
parent 777e78c167
commit 674dc1ea06
7 changed files with 8 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<c:if test="${_cfg.district==_district}">selected</c:if>>${_district }</option>
</c:forEach>
</select>
<input type="hidden" name="districtShowName" placeholder="<spring:message code='please_input'/> <spring:message code='custom_region'/>" class="otherValue form-control" value="${_cfg.district}"/>
<input type="hidden" name="districtShowName" maxlength="64" placeholder="<spring:message code='please_input'/> <spring:message code='custom_region'/>" class="otherValue form-control" value="${_cfg.district}"/>
</div>
<div for="district"></div>
</div>