|
@@ -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");
|