【fix sonar】oConvertUtils文件

This commit is contained in:
梁琦涛
2023-03-13 10:35:38 +08:00
parent 1fea0acc27
commit ef738f99d6
@@ -61,7 +61,7 @@ public class oConvertUtils {
try {
strIn = new String(strIn.getBytes(StandardCharsets.ISO_8859_1), "GBK");
} catch (UnsupportedEncodingException e) {
// TODO Auto-generated catch block
// Auto-generated catch block
e.printStackTrace();
}
return strIn;