Kaynağa Gözat

update注释B端定时交班校验

qiangxuan 2 hafta önce
ebeveyn
işleme
177b7254a6

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

@@ -312,7 +312,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 
 
 	// 每天 08:10:00 执行的定时任务
-	@Scheduled(cron = "0 10 8 * * ?")
+//	@Scheduled(cron = "0 10 8 * * ?")
 	public void executeDayShiftTask() {
 		log.info("自动化定时交班——白班:08:10:00开始执行!");
 		performShiftChange("白班");
@@ -325,7 +325,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 	}
 
 	// 每天 16:10:00 执行的定时任务
-	@Scheduled(cron = "0 10 16 * * ?")
+//	@Scheduled(cron = "0 10 16 * * ?")
 	public void executeMiddleShiftTask() {
 		log.info("自动定时交班——中班:16:10:00开始执行!");
 		performShiftChange("中班");
@@ -338,7 +338,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 	}
 
 	// 每天 00:10:00 执行的定时任务
-	@Scheduled(cron = "0 10 0 * * ?")
+//	@Scheduled(cron = "0 10 0 * * ?")
 	public void executeNeightShiftTask() {
 		log.info("自动化定时交班——白班:00:10:00开始执行!");
 		performShiftChange("夜班");
@@ -351,7 +351,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 	}
 
 	// 每天 08:10:00 执行的定时任务
-	@Scheduled(cron = "0 0 8 * * ?")
+//	@Scheduled(cron = "0 0 8 * * ?")
 	public void executeDayShiftTaskSix() {
 		log.info("自动化定时交班——白班:08:10:00开始执行!");
 		performShiftChange("白班");
@@ -364,7 +364,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 	}
 
 	// 每天 16:10:00 执行的定时任务
-	@Scheduled(cron = "0 10 16 * * ?")
+//	@Scheduled(cron = "0 10 16 * * ?")
 	public void executeMiddleShiftTaskSix() {
 		log.info("自动定时交班——中班:16:10:00开始执行!");
 		performShiftChange("中班");
@@ -377,7 +377,7 @@ public class BilletHotsendChangeShiftController extends JeecgController<BilletHo
 	}
 
 	// 每天 00:10:00 执行的定时任务
-	@Scheduled(cron = "0 10 0 * * ?")
+//	@Scheduled(cron = "0 10 0 * * ?")
 	public void executeNeightShiftTaskSix() {
 		log.info("自动化定时交班——白班:00:10:00开始执行!");
 		performShiftChange("夜班");