mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-07-04 11:44:23 +08:00
修复国际化参数错误
This commit is contained in:
@@ -29,7 +29,7 @@ public class ValidationException extends I18nSupportException {
|
||||
}
|
||||
|
||||
public ValidationException(String message, List<Detail> details, Object... args) {
|
||||
super(message, 400, args);
|
||||
super(message, args);
|
||||
this.details = details;
|
||||
for (Detail detail : this.details) {
|
||||
detail.translateI18n(args);
|
||||
|
||||
Reference in New Issue
Block a user