src/main/java/com/zy/core/network/real/ZyStationRealConnect.java
@@ -121,7 +121,7 @@ if (statusEntity == null) { continue; } String barcode = siemensNet.getByteTransform().TransString(result2.Content, i * 16, 8, "UTF-8"); String barcode = siemensNet.getByteTransform().TransString(result2.Content, i * 16, 4, "UTF-8"); barcode = barcode.trim(); statusEntity.setBarcode(barcode); }