lty
9 天以前 2c07ded302650568c80a1fe1bc6a9522b978bd36
src/main/java/com/zy/core/model/protocol/StaProtocol.java
@@ -58,8 +58,8 @@
    // 隔壁站点(台车位置)
    private String nearbySta;
    //lfd入库印记  当stamp>=2时才入库
    private Integer stamp = 0;
    //gl快速生成任务  stamp=1时直接生成任务
    private short stamp = 0;
    // 外形检测 ------------------------------------------------------------------------
@@ -121,7 +121,7 @@
        basDevp.setLocType2((short) 0);  // 宽窄类型{0:未知,1:窄库位,2:宽库位}
        basDevp.setLocType3((short) 0);  // 轻重类型{0:未知,1:轻库位,2:重库位}
        basDevp.setLocType1(high != low && low ? (short) 1 : (short) 2);
        basDevp.setInQty(weight !=null ?(int)weight : 0);
        basDevp.setMaxWt((double) (weight !=null ?(int)weight : 0));
        return basDevp;
    }