自动化立体仓库 - WCS系统
999
zhangc
6 天以前 19adf22200dfe8e2bba439a2c1c640332f436835
src/main/java/com/zy/asrs/controller/SiteController.java
@@ -88,10 +88,10 @@
//            vo.setLocType1(staProtocol.isHigh() != staProtocol.isLow() && staProtocol.isLow() ? "低" : "高");     //高低库位
            //vo.setLocType1(staProtocol.getWeight() == 1 ? "重" : "轻");
            vo.setFinishWorkNo(staProtocol.getFinishWorkNo());
            if (staProtocol.getSiteId() == 1031 || staProtocol.getSiteId() == 1032) {
                vo.setOutInModel((staProtocol.getOutInModel() != null && staProtocol.getOutInModel() == 1) ? "出" : "入");
            }
//            if (staProtocol.getSiteId() == 1031 || staProtocol.getSiteId() == 1032) {
//                vo.setOutInModel((staProtocol.getOutInModel() != null && staProtocol.getOutInModel() == 1) ? "出" : "入");
//
//            }
        }
        return R.ok().add(list);
    }