fyxc
2025-05-22 09fcc4ec56a1ce6c0fcb308348d8dd5e2c08d336
src/main/java/com/zy/core/model/protocol/StaProtocol.java
@@ -37,6 +37,7 @@
    //重量
    private Integer weight = 0;
    // 有物
    private boolean loading;
@@ -93,6 +94,9 @@
    // 扫码失败
    private boolean barcodeErr;
    // 故障
    private boolean error;
    //出入库模式0、未知 1、入库,2、出库
    private Short outInModel;
@@ -106,6 +110,7 @@
        basDevp.setAutoing(autoing ? "Y" : "N");
        basDevp.setLoading(loading ? "Y" : "N");
        basDevp.setInEnable(inEnable ? "Y" : "N");
        basDevp.setWrkNo1(finishWorkNo.intValue());
        if (siteId == 105 || siteId == 205 || siteId == 346) {
            basDevp.setOutEnable(outInModel == 2 ? "Y" : "N");
        } else {