This commit is contained in:
xy
2024-09-20 13:17:03 +08:00
parent b59c85e791
commit 1dc16ae071

View File

@@ -301,6 +301,7 @@ public class MqttMessageHandler {
String key = AppRedisKey.LINE + nDid; String key = AppRedisKey.LINE + nDid;
redisUtil.saveByKeyWithExpire(key,lineList,600L); redisUtil.saveByKeyWithExpire(key,lineList,600L);
csLogsFeignClient.addUserLog(logDto); csLogsFeignClient.addUserLog(logDto);
System.out.println(1);
} }
} }