自动化立体仓库 - WMS系统
#
gtctu
2 天以前 d029518fd1ce9170fcf276b28d76d8d7b4f3a948
src/main/java/com/zy/asrs/task/WorkMastScheduler.java
@@ -109,7 +109,7 @@
//
//    }
    @Scheduled(cron = "0/3 * * * * ? ") //出库库任务下发
//    @Scheduled(cron = "0/3 * * * * ? ") //出库库任务下发
    private void ShuttleOutTaskSend(){
        List<WrkMast> wrkMastsMove = wrkMastService.selectList(new EntityWrapper<WrkMast>().eq("crn_no",7).eq("wrk_sts", 11).eq("io_type",11));
        if (!wrkMastsMove.isEmpty()) {
@@ -158,7 +158,7 @@
    }
    @Scheduled(cron = "0/3 * * * * ? ") //移库任务下发
//    @Scheduled(cron = "0/3 * * * * ? ") //移库任务下发
    private void ShuttleMoveTaskSend(){
        List<WrkMast> wrkMasts = wrkMastService.selectList(new EntityWrapper<WrkMast>().eq("crn_no",7).eq("wrk_sts", 11).eq("io_type",11));
        if (wrkMasts.isEmpty()) {