自动化立体仓库 - WCS系统
*
lsh
2025-04-09 9be8d4744aba93087c8ddb7202029047e9144bf8
src/main/java/com/zy/asrs/controller/TaskWrkLogController.java
@@ -41,7 +41,7 @@
        excludeTrash(param);
        convert(param, wrapper);
        if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));}
        wrapper.orderDesc(Collections.singleton("create_time"));
        wrapper.orderDesc(Collections.singleton("CREATE_TIME"));
        return R.ok(taskWrkLogService.selectPage(new Page<>(curr, limit), wrapper));
    }