自动化立体仓库 - WMS系统
dubin
3 天以前 f6a83b4928dc830661b6662c32853e949b881fbc
src/main/java/com/zy/asrs/task/InOutSyncScheduler.java
@@ -27,7 +27,7 @@
    @Autowired
    private MatService matService;
    @Scheduled(cron = "0/30 * * * * ? ")
//    @Scheduled(cron = "0/30 * * * * ? ")
    private void syncInOut(){
//        List<LocDetl> locDetlList = locDetlService.selectList(new EntityWrapper<LocDetl>().ne("length",1).last("top 100"));
        List<LocDetl> locDetlList = locDetlService.select100();