BUGFIX: 获取系统通知未读数
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user