自动化立体仓库 - WMS系统
cl
4 天以前 83027cad5e5913f696343f18bc1d213de70f4ef9
src/main/java/com/zy/asrs/utils/Utils.java
@@ -338,11 +338,11 @@
            return defaultRowLastno;
        }
        RowLastnoService rowLastnoService = SpringUtils.getBean(RowLastnoService.class);
        List<RowLastno> typeMatched = rowLastnoService.selectList(new EntityWrapper<RowLastno>()
                .eq("type_id", area));
        if (!Cools.isEmpty(typeMatched)) {
            return typeMatched.get(0);
        }
//        List<RowLastno> typeMatched = rowLastnoService.selectList(new EntityWrapper<RowLastno>()
//                .eq("type_id", area));
//        if (!Cools.isEmpty(typeMatched)) {
//            return typeMatched.get(0);
//        }
        List<RowLastno> whsMatched = rowLastnoService.selectList(new EntityWrapper<RowLastno>()
                .eq("whs_type", area));
        if (!Cools.isEmpty(whsMatched)) {