自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-02 ff5782381a5ad6896a2c5b198aff75b4fe0267e6
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));
    }