1
3 天以前 aad5ff1dbc5fb61ad5a01d13573560ed5aae9b04
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;
    }