自动化立体仓库 - WMS系统
#1
dubin
4 天以前 3d7a3f51d1f01c62a03ddbe5cab6e395e30e607b
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();