自动化立体仓库 - WMS系统
#
whycq
2024-06-21 333b34d51a442e75bd6f1c9dfde2aa99069a1480
src/main/java/com/zy/asrs/task/AutoMoveScheduler.java
@@ -56,8 +56,8 @@
     * ioType 108.自动调拨
     * crnNo :2目标楼层
     */
    @Scheduled(cron = "0/2 * * * * ? ")
    private void execute2(){
    @Scheduled(cron = "0/3 * * * * ? ")
    private synchronized void execute2(){
        List<AgvWrkMast> agvWrkMastList = agvWrkMastService.selectList(new EntityWrapper<AgvWrkMast>()
                .eq("wrk_sts", 22)
                .andNew().eq("io_type",108)