修正转换字符串的目标字符集属性

master
RuoYi 2020-11-30 09:58:10 +08:00
parent 17ab56cf53
commit c6962a1f8d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class CharsetKit
if (null == destCharset)
{
srcCharset = StandardCharsets.UTF_8;
destCharset = StandardCharsets.UTF_8;
}
if (StringUtils.isEmpty(source) || srcCharset.equals(destCharset))