自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-03 e2c30d013ff3949f000b94f6e0376afc886b301b
src/main/java/com/zy/asrs/controller/WaitPakinController.java
@@ -44,6 +44,9 @@
        EntityWrapper<WaitPakin> wrapper = new EntityWrapper<>();
        convert(param, wrapper);
        if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));}
        else {
            wrapper.orderBy("modi_time", false);
        }
        return R.ok(waitPakinService.selectPage(new Page<>(curr, limit), wrapper));
    }