自动化立体仓库 - WMS系统
Junjie
2025-07-07 756a4f9b80a6d21a1ca9c9c8527db7f01cfdf6e3
src/main/java/com/zy/nc/task/PlanOrderTask.java
@@ -99,11 +99,12 @@
    }
    /**
     * 转库
     * 转库-出库
     * 不同步,转库出库由WMS直接发起
     *
     * @return
     */
    @Scheduled(cron = "0/3 * * * * ? ")
//    @Scheduled(cron = "0/3 * * * * ? ")
    public void execute2_2() {
        List<String> ids = storeTypeService.listOwn();
        List<String> strings = nccScZkmxbWmsService.selectZkOut(ids);