|
@@ -45,7 +45,7 @@ public class OpcTaskService {
|
|
|
if(!CollectionUtils.isEmpty(resultList)){
|
|
|
log.info("resultList数量:" + resultList.size());
|
|
|
String str = JSON.toJSONString(resultList);
|
|
|
- log.info("str: " + str);
|
|
|
+ //log.info("str: " + str);
|
|
|
RedisUtils.setString("opcList", str);
|
|
|
}
|
|
|
log.info("结束定时任务");
|