修改 ruoyi CharsetKit.java bug

This commit is contained in:
疯狂的狮子li 2020-11-24 11:54:38 +08:00
parent 20d7c90515
commit 15c4428b9c
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))