*
1
6 天以前 7cefeee8ebf28abf429c3654a0520da2469207f1
src/main/java/com/zy/core/model/protocol/StaProtocol.java
@@ -132,6 +132,7 @@
        basDevp.setLocType3((short) 0);  // 轻重类型{0:未知,1:轻库位,2:重库位}
        basDevp.setLocType1(high != low && low ? (short) 1 : (short) 2);
        basDevp.setInQty(inQty !=null ?(int)inQty : 0);
        basDevp.setBarcode(this.getBarcode());
        return basDevp;
    }