From 1eb3279d97fc3faea38c4bd21f68f9d5a49ef80f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 16 三月 2024 13:37:57 +0800 Subject: [PATCH] # --- version/BarcodeThread2.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/version/BarcodeThread2.java b/version/BarcodeThread2.java index 3f2fb52..c155ebf 100644 --- a/version/BarcodeThread2.java +++ b/version/BarcodeThread2.java @@ -32,7 +32,7 @@ public void setBarcode(String barcode) { this.barcode.delete(0, this.barcode.length()); this.barcode.append(barcode); - log.info("{}鍙锋潯鐮佸櫒锛屾绱㈡暟鎹細{}", slave.getId(), this.barcode); + News.info("{}鍙锋潯鐮佸櫒锛屾绱㈡暟鎹細{}", slave.getId(), this.barcode); JSONObject jsonObject = new JSONObject(); jsonObject.put("time", DateUtils.convert(new Date(), DateUtils.yyyyMMddHHmmss_F)); jsonObject.put("barcode", barcode); -- Gitblit v1.9.1