自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-30 ea65c9e0ce4e9f7f30d89124b931d67a6371d9e6
src/main/java/com/zy/common/utils/QrCode.java
@@ -20,8 +20,7 @@
    private static final String CHARSET = "utf-8";
    private static final String FORMAT_NAME = "JPG";
    // 二维码尺寸
    private static final int QRCODE_SIZE = 60;
    private static final int QRCODE_SIZE = 100;
    public static BufferedImage createImg(String content) throws WriterException {
        ConcurrentHashMap hints = new ConcurrentHashMap();