自动化立体仓库 - WMS系统
pang.jiabao
2025-04-15 b4227b5145943e067351a2a59ca34826b41d6fb7
src/main/java/com/zy/asrs/task/CheckDeepScheduler.java
@@ -29,10 +29,6 @@
    @Value("${wcs-slave.doubleDeep}")
    private boolean confirmDeep;
    @Value("${wcs-slave.doubleLocs}")
    private String deepLocs;
    @Value("${wcs-slave.shallowLocs}")
    private String shallowLocs;
    @Autowired
    private LocDetlService locDetlService;
    @Autowired
@@ -50,9 +46,10 @@
    /**
     * 将两个深库位合并为深浅库位,物料号相同,源库位入库日期早于目标库位对应深库位入库日期,库位状态都为F
     */
    @Scheduled(cron = "0/30 * * * * ?")
    @Scheduled(cron = "0/5 * * * * ?")
    private void execute() throws ParseException {
        if (!confirmDeep) return;
//        if (!confirmDeep) return;
        //if (true) return;
        ReturnT<String> result = checkDeepHandler.start();
        if (!result.isSuccess()) {