zhuo
2025-04-22 f206c80520a83a28b3caa91a3fbbd9d039dd8456
ruoyi-common/src/main/java/com/ruoyi/common/utils/GZipUtil.java
@@ -28,8 +28,7 @@
            return new String(out.toByteArray(), "iso-8859-1");
        } catch (Exception e) {
            e.printStackTrace();
            return str;
            throw new RuntimeException("数据压缩失败");
        }
    }
@@ -55,8 +54,7 @@
            return new String(out.toByteArray(), "utf-8");
        } catch (Exception e) {
            e.printStackTrace();
            return str;
            throw new RuntimeException("数据解压失败");
        }
    }