#
LSH
2024-04-01 a9634e35d7e95d4d18f6fa3b870d0421d18ed14b
src/main/java/com/zy/core/thread/BarcodeThread.java
@@ -35,7 +35,7 @@
        this.barcode.delete(0, this.barcode.length());
        this.barcode.append(barcode);
        if(!Cools.isEmpty(barcode)) {
            News.info("{}号条码器,检索数据:{}", slave.getId(), this.barcode);
            News.info("Barcode"+" - 1"+" - {}号条码器,检索数据:{}", slave.getId(), this.barcode);
            JSONObject jsonObject = new JSONObject();
            jsonObject.put("time", DateUtils.convert(new Date(), DateUtils.yyyyMMddHHmmss_F));
            jsonObject.put("barcode", barcode);