mirror of https://gitee.com/stylefeng/roses
【validator】更新提示的逗号为中文
parent
a45eaa2425
commit
4debb92dc5
|
@ -153,7 +153,7 @@ public class ResourceFactory {
|
|||
for (String validateGroup : validateGroups) {
|
||||
Set<String> validateMessage = groupAnnotations.get(validateGroup);
|
||||
if (validateMessage != null && !validateMessage.isEmpty()) {
|
||||
finalValidateMessages.append(StrUtil.join(",", validateMessage));
|
||||
finalValidateMessages.append(StrUtil.join(",", validateMessage));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue