qiangxuan 2 ヶ月 前
コミット
17f800808b

+ 1 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/billetHotsendChangeShift/controller/BilletHotsendChangeShiftController.java

@@ -370,7 +370,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 		log.info("自动化{}交班成功!{} 结果值:{}", shiftName, DateUtils.date2Str(new Date(), DateUtils.datetimeFormat.get()), jsonObject);
 	}
 
-	@Scheduled(cron = "0 40 10 * * ?")
+//	@Scheduled(cron = "0 40 10 * * ?")
 	public void executeNeightShiftTask1() {
 		log.info("设置索引iD");
 		String nextshiftIdKey = String.format("class:nextshift:Id:%s", "5-6");