BUGFIX:普通生成积分扣除有误
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user