Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop
Conflicts: src/main/resources/sql/function_region_dict_add_colunm.sql 所有配置界面修改为使用region表动态属性值
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
<c:choose>
|
||||
<c:when test="${fn:length(_cfg.complexList)>0}">
|
||||
<c:set var="isBreak" value="false" ></c:set>
|
||||
<c:forEach items="${_cfg.complexList}" var="complexCfg">
|
||||
<c:forEach items="${_cfg.complexList}" var="cfg">
|
||||
<c:choose>
|
||||
<c:when test="${region.configRegionCode eq complexCfg.cfgRegionCode and !isBreak}">
|
||||
<div class="row boxSolid ${tabName}${status.index}">
|
||||
|
||||
Reference in New Issue
Block a user