Merge remote-tracking branch 'origin/monitor'

This commit is contained in:
wangliwen 2022-06-01 17:13:30 +08:00
commit a88d8abe1c
1 changed files with 42 additions and 10 deletions

View File

@ -220,8 +220,11 @@ public class MonitorService {
}
}
/**
* 特定摊点8:20抓图
*/
@Scheduled(cron = "0 20 8 * * ? ")
public void screenShot3() {
public void boothEight() {
try {
log.info("[monitor-capture]: start capture1");
@ -259,8 +262,11 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点8:50抓图
*/
@Scheduled(cron = "0 50 8 * * ? ")
public void screenShot4() {
public void boothEights() {
try {
log.info("[monitor-capture]: start capture1");
@ -298,8 +304,11 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点9:50抓图
*/
@Scheduled(cron = "0 50 9 * * ? ")
public void screenShot5() {
public void boothNine() {
try {
log.info("[monitor-capture]: start capture1");
@ -337,8 +346,11 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点9:20抓图
*/
@Scheduled(cron = "0 20 9 * * ? ")
public void screenShot6() {
public void boothNines() {
try {
log.info("[monitor-capture]: start capture1");
@ -376,8 +388,11 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点11:20抓图
*/
@Scheduled(cron = "0 20 11 * * ? ")
public void screenShot7() {
public void boothEleven() {
try {
log.info("[monitor-capture]: start capture1");
@ -415,8 +430,11 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点12:20抓图
*/
@Scheduled(cron = "0 20 12 * * ? ")
public void screenShot8() {
public void boothTwelve() {
try {
log.info("[monitor-capture]: start capture1");
@ -454,8 +472,11 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点19:20抓图
*/
@Scheduled(cron = "0 20 19 * * ? ")
public void screenShot9() {
public void boothNineteen() {
try {
log.info("[monitor-capture]: start capture1");
@ -493,8 +514,12 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 特定摊点20:20抓图
*/
@Scheduled(cron = "0 20 20 * * ? ")
public void screenShot10() {
public void boothTwenty() {
try {
log.info("[monitor-capture]: start capture1");
@ -532,8 +557,12 @@ public class MonitorService {
exception.printStackTrace();
}
}
/**
* 工地和农贸市场抓图
*/
@Scheduled(cron = "0 0 8 1/1 * ?")
public void screenShot1() {
public void construction() {
try {
@ -574,8 +603,11 @@ public class MonitorService {
}
}
/**
* 景区和海水浴场抓图
*/
@Scheduled(cron = "0 0 8/1 * * ?")
public void screenShot2() {
public void scenicSpotAndBathing() {
try {