自动化立体仓库 - WCS系统
zhangc
2025-03-11 d5449236ef0b3adafb3e4cc872f50479efa0ce7b
src/main/java/com/zy/common/utils/QrCode.java
@@ -45,7 +45,7 @@
        return image;
    }
    private static InputStream convert(BufferedImage image){
    private static InputStream convert(BufferedImage image) {
        ByteArrayOutputStream os = new ByteArrayOutputStream();
        try {
            ImageIO.write(image, FORMAT_NAME, os);
@@ -85,7 +85,6 @@
//        response.getOutputStream().flush();
//        response.getOutputStream().close();
    }
}