修复加密隧道协议不显示定时任务图标BUG;

修复批量之后无法查询所有状态数据bug
This commit is contained in:
段冬梅
2019-04-24 09:54:50 +08:00
parent 40e166510c
commit 0b1a51aa47
2 changed files with 2 additions and 2 deletions

View File

@@ -3296,7 +3296,7 @@ public class BaseController {
//批量审核通过时如果没有携带isValid检索条件返回界面需要将isValid置为null
if(!StringUtil.isEmpty(entity)) {
BaseCfg base=(BaseCfg)entity ;
if(!StringUtil.isEmpty(base.getSeltype()) && !base.getSeltype().equals("isValid")) {
if(!StringUtil.isEmpty(base.getSeltype()) && base.getSeltype().equals("isValid")) {
base.setIsValid(null);
BeanUtils.copyProperties(base, entity);
}

View File

@@ -461,7 +461,7 @@
</td>
<td class="schedulerFlag">
<c:choose>
<c:when test="${not empty indexCfg.schedule }">
<c:when test="${not empty cfg.schedule }">
<span isScheduler="yes">
<i class="icon-clock icon-state-danger"></i>
</span>