自动化立体仓库 - WMS系统
#
cl
7 天以前 581a064dd9d85e4c1fa151edef0602df3de76ad9
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)) {