BUGFIX:检查所有异常提示的语言是否都做了多语言
This commit is contained in:
@@ -208,7 +208,7 @@ public class SRConsumer {
|
||||
redisUtil.removeFromZSet(consumptionOrderKey, uniqueId);
|
||||
} catch (Exception exception) {
|
||||
log.error("手动确认,取消返回队列,不再重新消费");
|
||||
throw new BusinessException("发生错误,手动确认消息");
|
||||
throw new BusinessException("message.confirm.fail");
|
||||
}
|
||||
// 将入参和错误信息存入redis
|
||||
String exceptionMessage = JSONObject.toJSONString(superResolutionDTO) +
|
||||
|
||||
Reference in New Issue
Block a user