Merge branch 'dev/dev_xp' into dev/3.1_release_merge

This commit is contained in:
2025-11-18 16:04:37 +08:00
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);