zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/impl/SiemensDevpThread.java
@@ -44,8 +44,13 @@ */ private int barcodeSize = 2; public SiemensDevpThread(Device device, RedisUtil redisUtil) { this.device = device; this.redisUtil = redisUtil; } private ArrayList<Integer> getStaNo() { switch (device.getId().intValue()) { switch (Integer.parseInt(device.getDeviceNo())) { case 1: return staNos1; default: @@ -243,4 +248,9 @@ } return false; } @Override public Map<Integer, StaProtocol> getStation() { return this.station; } }