Commit 0bccfe9b authored by lisong's avatar lisong

修改bug

parent b49fd8ab
...@@ -2137,7 +2137,7 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -2137,7 +2137,7 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD
if (!CollectionUtils.isEmpty(dangerIdList)){ if (!CollectionUtils.isEmpty(dangerIdList)){
LatentDangerBo lanDer = latentDangerMapper.getById(Long.valueOf(dangerIdList.get(0))); LatentDangerBo lanDer = latentDangerMapper.getById(Long.valueOf(dangerIdList.get(0)));
if (!ObjectUtils.isEmpty(lanDer)){ if (!ObjectUtils.isEmpty(lanDer)){
if (!"isDraft".equals(lanDer.getDangerState())){ if (!"draft".equals(lanDer.getDangerState())){
pageParam.remove("isDraft"); pageParam.remove("isDraft");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment