BUGFIX: 获取系统通知未读数

This commit is contained in:
2025-11-18 16:02:26 +08:00
parent d236057f2a
commit 97f0c8f65f
2 changed files with 5 additions and 2 deletions

View File

@@ -296,6 +296,7 @@ public class GenerateConsumer {
redisUtil.addToMap(exceptionMapKey, exceptionInfo);
}
} catch (Exception e) {
e.printStackTrace();
log.error(e.getMessage());
try {
channel.basicAck(msg.getMessageProperties().getDeliveryTag(), false);