This commit is contained in:
Lemon
2023-11-12 09:40:24 +08:00
2 changed files with 3 additions and 5 deletions

View File

@@ -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));
}