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

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

View File

@@ -3368,7 +3368,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>