1、jar包直接放在lib文件夹下

2、增加hibernate interceptor 修改sql语句适配mycat
3、部分页面修改
4、增加分中心只显示数据展示分中心角色菜单
This commit is contained in:
fangshunjian
2018-12-21 22:13:42 +06:00
parent f248aa0ddc
commit df150d4dd7
170 changed files with 16335 additions and 13879 deletions

View File

@@ -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>