自动化立体仓库 - WMS系统
#
lsh
2023-05-20 4922157a14d005f4b86e79f3ade1abc38fc0f0ee
src/main/java/com/zy/asrs/controller/TestMastController.java
@@ -40,6 +40,8 @@
        EntityWrapper<TestMast> wrapper = new EntityWrapper<>();
        excludeTrash(param);
        convert(param, wrapper);
        orderByField="status";
        orderByType="asc";
        if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));}
        return R.ok(testMastService.selectPage(new Page<>(curr, limit), wrapper));
    }