1、jar包直接放在lib文件夹下
2、增加hibernate interceptor 修改sql语句适配mycat 3、部分页面修改 4、增加分中心只显示数据展示分中心角色菜单
This commit is contained in:
@@ -604,6 +604,12 @@
|
||||
</c:if>
|
||||
|
||||
</c:forEach>
|
||||
<c:if test="${empty nodeType }">
|
||||
<c:forEach items="${allCheckTypeInfo }" var="checkTypeInfo">
|
||||
<option value="${checkTypeInfo.id }" <c:if test="${checkTypeInfo.id eq checkType}">selected ="selected"</c:if>>${checkTypeInfo.checkTypeName1 }</option>
|
||||
</c:forEach>
|
||||
</c:if>
|
||||
|
||||
</select>
|
||||
</label>
|
||||
<label class="divTopText"><font class="selectText">i18n_dwl.text.checkTypeName_n81i</font>
|
||||
|
||||
Reference in New Issue
Block a user