自动化立体仓库 - WMS系统
#1
dubin
2025-12-16 c809a08cd4746f8c1c33c9158df4e35a55f5bc6e
src/main/java/com/zy/asrs/controller/LocMastController.java
@@ -67,6 +67,7 @@
        excludeTrash(param);
        EntityWrapper<LocMast> wrapper = new EntityWrapper<>();
        convert(param, wrapper);
        wrapper.orderBy("modi_time",true);
        if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));}
        return R.ok(locMastService.selectPage(new Page<>(curr, limit), wrapper));
    }