自动化立体仓库 - WMS系统
*
L
2026-01-07 6a6ceb0e57285d49c3f9c884e244710c9edf2b7a
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -744,7 +744,7 @@
        StartupDto dto = null;
        try{
            commonService.getLocNo(1, 1, 1901, matnr,null,null, locTypeDto);
            dto = commonService.getLocNo(1, 1, 1901, matnr,null,null, locTypeDto);
        } catch (Exception e){
            throw new CoolException(e.getMessage());
        }
@@ -1364,7 +1364,7 @@
    public List<Map<String, Object>> boxTypeComb() {
        EntityWrapper<BasBoxType> wrapper = new EntityWrapper<>();
        List<Map<String, Object>> result = new ArrayList<>();
        List<BasBoxType> basBoxTypes = basBoxTypeService.selectList(wrapper.orderBy("id",true));
        List<BasBoxType> basBoxTypes = basBoxTypeService.selectList(wrapper.orderBy("id",true).eq("arm_type",1));
        for (BasBoxType basBoxType : basBoxTypes){
            Map<String, Object> map = new HashMap<>();
            map.put("boxType", basBoxType.getBoxType());