自动化立体仓库 - WMS系统
#
Junjie
2025-09-09 2480bda0f4b09b70b4117ceb561e276a12832566
src/main/java/com/zy/asrs/controller/WrkDetlLogController.java
@@ -62,6 +62,9 @@
        EntityWrapper<WrkDetlLog> wrapper = new EntityWrapper<>();
        excludeTrash(param);
        convert(param, wrapper);
        if(!Cools.isEmpty(param.get("anfme"))){
           wrapper.eq("anfme",param.get("anfme"));
        }
        if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));}
        else {
            wrapper.orderBy("modi_time", false);