| | |
| | | pullTaskVO.setAsrcallback(ASRCallBackPath); |
| | | } |
| | | } |
| | | if (existList.size() != 0) redisCache.setCacheList("cache-exist", existList); |
| | | if (existList.size() != 0) redisCache.setCacheListRight("cache-exist", existList); |
| | | log.error("-----------实际拉取的电话数据量:{}", pullTaskVOList.size()); |
| | | return pullTaskVOList; |
| | | } |
| | |
| | | redisCache.setCacheObject(subId.trim() + "-" + serviceSubtask.getPhone().trim(), ivrTaskTemplateScript.getId().toString(), 120, TimeUnit.MINUTES); |
| | | } else { |
| | | newValue0.add(subIds.get(i)); |
| | | redisCache.setCacheList(cacheName, newValue0); |
| | | redisCache.setCacheListRight(cacheName, newValue0); |
| | | } |
| | | } |
| | | |