自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-08 335954f4c8b452daf543f463ed05c0d5bafbfea6
src/main/java/com/zy/common/utils/QrCode.java
@@ -22,7 +22,6 @@
    // 二维码尺寸
    private static final int QRCODE_SIZE = 60;
    public static BufferedImage createImg(String content) throws WriterException {
        ConcurrentHashMap hints = new ConcurrentHashMap();
        hints.put(EncodeHintType.ERROR_CORRECTION, ErrorCorrectionLevel.H);