自动化立体仓库 - WMS系统
*
lsh
3 天以前 5fd1004685a223249e54211aa176accd756a4696
src/main/java/com/zy/asrs/task/BareBoardScheduler.java
@@ -35,7 +35,7 @@
    @Autowired
    private WrkMastStaService wrkMastStaService;
    @Scheduled(cron = "0/3 * * * * ? ")
    @Scheduled(cron = "0/10 * * * * ? ")
    private void execute(){//自动调空板出库 2楼码垛位置
        Config config = configService.selectOne(new EntityWrapper<Config>().eq("code","bareBoard"));
        if (!Cools.isEmpty(config) && !Cools.isEmpty(config.getValue()) && config.getValue().equals("Y")){