jiazx0107@163.com
2023-07-03 37c4642530eb12d9dad13d1e9a5f37640a0230ff
igds-inout/src/main/java/com/ld/igds/inout/manager/InoutReportManager.java
@@ -736,7 +736,7 @@
            data.setCheckTime(new Date());
        }
        String imgBase64 = BarCodeUtils.getBarCodeImageBase64(data.getId(), data.getCheckId(), "粮库扦样单条码", DateFormatUtils.format(data.getCheckTime(), "yyyy-MM-dd HH:mm"));
        String imgBase64 = BarCodeUtils.getBarCodeImageBase64(data.getId(), data.getCheckId(), "粮食样品单条码", DateFormatUtils.format(data.getCheckTime(), "yyyy-MM-dd HH:mm"));
        return imgBase64;
    }