From aac6fda1b806e2757909c255284bdaa0fda00baa Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 14 一月 2026 19:22:01 +0800
Subject: [PATCH] 注释RFID非必要日志

---
 src/main/java/com/zy/rfid/RFIDTemplate.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/rfid/RFIDTemplate.java b/src/main/java/com/zy/rfid/RFIDTemplate.java
index 4cca5af..83ca1d2 100644
--- a/src/main/java/com/zy/rfid/RFIDTemplate.java
+++ b/src/main/java/com/zy/rfid/RFIDTemplate.java
@@ -82,11 +82,11 @@
 				}
 				int antResult = reader.SetAntennaMultiplexing(comAddr, (byte)0x0F, portHandle);
 				if (antResult == 0) {
-					log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+//					log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
 				} else {
 					int antennaResult = reader.SetAntenna(comAddr, (byte)0, (byte)0x0F, (byte)0, portHandle);
 					if (antennaResult == 0) {
-						log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+//						log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
 					}
 				}
 			} catch (Exception e) {
@@ -212,11 +212,11 @@
 				}
 				int antResult = reader.SetAntennaMultiplexing(comAddr, (byte)0x0F, portHandle);
 				if (antResult == 0) {
-					log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+//					log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
 				} else {
 					int antennaResult = reader.SetAntenna(comAddr, (byte)0, (byte)0x0F, (byte)0, portHandle);
 					if (antennaResult == 0) {
-						log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+//						log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
 					}
 				}
 			} catch (Exception e) {
@@ -305,12 +305,12 @@
 			
 			int antResult = reader.SetAntennaMultiplexing(comAddr, (byte)0x0F, portHandle);
 			if (antResult == 0) {
-				log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+//				log.info("澶╃嚎澶氳矾澶嶇敤閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
 				configured = true;
 			} else {
 				int antennaResult = reader.SetAntenna(comAddr, (byte)0, (byte)0x0F, (byte)0, portHandle);
 				if (antennaResult == 0) {
-					log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
+//					log.info("澶╃嚎閰嶇疆鎴愬姛 - 鍚敤澶╃嚎1,2,3,4 (0x0F)");
 					configured = true;
 				}
 			}

--
Gitblit v1.9.1