自动化立体仓库 - WMS系统
#
18516761980
2021-09-02 6fd276e85c43c6445840caa6e2891b7d3230490a
src/main/java/com/zy/ints/task/WaitMatinLogScheduler.java
@@ -28,7 +28,7 @@
    private WaitMatinService waitMatinService;
    @Scheduled(cron = "0/3 * * * * ? ")
    @Scheduled(cron = "0/4 * * * * ? ")
    private void execute(){
        List<WaitMatin> WaitMatins = waitMatinService.selectWaitMatinBySts();
        for (WaitMatin waitMatin : WaitMatins) {