【fix sonar】oConvertUtils文件
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user