BUGFIX:检查所有异常提示的语言是否都做了多语言

This commit is contained in:
2025-09-24 14:21:07 +08:00
parent ed86cd45ad
commit dab253c313
17 changed files with 118 additions and 62 deletions

View File

@@ -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) +