Commit 9fa7888f authored by liuChang's avatar liuChang

ad

parent d748754a
...@@ -346,6 +346,7 @@ public class MonitorServiceImpl implements MonitorService { ...@@ -346,6 +346,7 @@ public class MonitorServiceImpl implements MonitorService {
//如果没有上一次的企业id数据则直接返回 //如果没有上一次的企业id数据则直接返回
if (RedisUtils.hasKey("monitorCompanyList")){ if (RedisUtils.hasKey("monitorCompanyList")){
log.info("添加默认企业监控:企业id从缓存中取");
idList = RedisUtils.getCacheList("monitorCompanyList"); idList = RedisUtils.getCacheList("monitorCompanyList");
}else { }else {
List<String> list = customerMapper.allSearchCompanyNameList(); List<String> list = customerMapper.allSearchCompanyNameList();
......
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