自动化立体仓库 - WMS系统
#
whycq
2024-06-02 7c4565df1d655c703f6d8269040ecd9eaec8ea4a
src/main/java/com/zy/asrs/task/AutoMoveScheduler.java
@@ -110,6 +110,7 @@
        List<AgvWrkMast> agvWrkMastList = agvWrkMastService.selectList(new EntityWrapper<AgvWrkMast>()
                .eq("wrk_sts", 22)
                .andNew().eq("io_type",111)
                .orderBy("io_pri",false)
                .orderBy("appe_time",true)
        );
        if (agvWrkMastList.isEmpty()) {