BUGFIX:普通生成积分扣除有误

This commit is contained in:
2025-08-27 14:15:58 +08:00
parent 98eb29eeb5
commit 126ac209c6
5 changed files with 23 additions and 29 deletions

View File

@@ -150,13 +150,6 @@ public class GenerateConsumer {
// 存redis
redisUtil.addToMap(exceptionMapKey, exceptionInfo);
}
} catch (BusinessException e){
log.error(e.getMsg());
try {
channel.basicAck(msg.getMessageProperties().getDeliveryTag(), false);
} catch (IOException exception) {
log.error("手动确认,取消返回队列,不再重新消费");
}
} catch (Exception e) {
log.error(e.getMessage());
try {