From 818cb2051ffaf794f7e2ea12827b6aa30256fd84 Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期五, 12 七月 2024 13:46:47 +0800 Subject: [PATCH] 磨边页面参数修改 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/job/Downpush.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/job/Downpush.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/job/Downpush.java index c933a8c..0b65991 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/job/Downpush.java +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/job/Downpush.java @@ -23,7 +23,7 @@ @Autowired private DownStorageCageService downStorageCageService; - @Scheduled(fixedDelay = 1000) + @Scheduled(fixedDelay = 2000) public void sendDownWorkstations() { log.info("鍙戦�佸伐浣嶇幓鐠冧俊鎭�"); JSONObject jsonObject = new JSONObject(); @@ -76,7 +76,7 @@ } } - @Scheduled(fixedDelay = 1000) + @Scheduled(fixedDelay = 2000) public void sendDownStorageCages() { log.info("鍙戦�佺紦瀛樼幓鐠冧俊鎭�"); JSONObject jsonObject4 = new JSONObject(); -- Gitblit v1.8.0