From 71501a1e3ae80a29603daac43312a6c6a21f94fd Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Fri, 10 Nov 2023 11:55:50 +0800 Subject: [PATCH] update --- .../jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java index 14fe1f180..95bb80c67 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java @@ -580,8 +580,6 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService { deleteRedisByPileSn(pileSn); redisCache.setCacheObject(redisKey, status, CacheConstants.cache_expire_time_3m); - // TODO 推送联联平台 设备状态变化推送接口 ConnectorStatusInfo - // 异步放缓存 CompletableFuture.runAsync(() -> statusChange(pileConnectorCode)); }