1
2 天以前 7fb2fa2382a4de194c0e906a8b206f854a3de17f
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;
    }