修改配置中记录日志默认值为2,流媒体跟VoIP,缓存策略,拦截策略默认为1,修改httpclient gson转换时错误

This commit is contained in:
zhanghongqing
2018-11-23 19:23:57 +08:00
parent c1ee4468d4
commit 966bf52b36
19 changed files with 45 additions and 29 deletions

View File

@@ -238,7 +238,7 @@ $(function(){
<div class="form-group">
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
<c:forEach items="${fns:getDictList('DO_LOG') }" var="dict">
<c:if test="${dict.itemCode eq 1}">
<c:if test="${dict.itemCode eq 2}">
<input type="radio" name="doLog" checked value="${dict.itemCode}" ><spring:message code="${dict.itemValue}"/>
</c:if>
<%-- <c:choose>