This commit is contained in:
xy
2024-09-20 11:48:04 +08:00
parent ef2ce8367d
commit d8af61b9fa

View File

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