Commit f1e896cc authored by danfuman's avatar danfuman

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys...

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys into V20231129-中建一局二公司
parents 5bdcd820 d2938048
...@@ -362,11 +362,11 @@ public class MonitorServiceImpl implements MonitorService { ...@@ -362,11 +362,11 @@ public class MonitorServiceImpl implements MonitorService {
} }
//去除重复企业id //去除重复企业id
idList = idList.stream().distinct().collect(Collectors.toList()); idList = idList.stream().distinct().collect(Collectors.toList());
log.info("获取供应商企业id数量:"+idList.size());
RedisUtils.setCacheList("monitorCompanyList",idList); RedisUtils.setCacheList("monitorCompanyList",idList);
//设置过期时间两天 //设置过期时间两天
RedisUtils.expire("monitorCompanyList",172800); RedisUtils.expire("monitorCompanyList",172800);
} }
log.info("获取供应商企业id数量:"+idList.size());
PushMonitorCompanyAddVo addVo = new PushMonitorCompanyAddVo(); PushMonitorCompanyAddVo addVo = new PushMonitorCompanyAddVo();
addVo.setSystemCode("ZJYJ"); addVo.setSystemCode("ZJYJ");
......
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