|
|
@@ -28,7 +28,7 @@ public class MatchVideoJob {
|
|
|
try {
|
|
|
matchVideoService.kimiContent();
|
|
|
} catch (Exception e) {
|
|
|
- LarkRobotUtil.sendMessage("kimiContentJob异常,请及时查看,@薛一鸣");
|
|
|
+ LarkRobotUtil.sendMessage("kimiContentJob异常,请及时查看,<at user_id=\"g6732afb\">王云鹏</at>");
|
|
|
log.error("kimiContentJob error", e);
|
|
|
}
|
|
|
return ReturnT.SUCCESS;
|
|
|
@@ -39,7 +39,7 @@ public class MatchVideoJob {
|
|
|
try {
|
|
|
matchVideoService.matchCrawlerVideo();
|
|
|
} catch (Exception e) {
|
|
|
- LarkRobotUtil.sendMessage("matchCrawlerVideoJob异常,请及时查看,@薛一鸣");
|
|
|
+ LarkRobotUtil.sendMessage("matchCrawlerVideoJob异常,请及时查看,<at user_id=\"g6732afb\">王云鹏</at>");
|
|
|
log.error("matchCrawlerVideoJob error", e);
|
|
|
}
|
|
|
return ReturnT.SUCCESS;
|
|
|
@@ -50,7 +50,7 @@ public class MatchVideoJob {
|
|
|
try {
|
|
|
matchVideoService.uploadCrawlerVideo();
|
|
|
} catch (Exception e) {
|
|
|
- LarkRobotUtil.sendMessage("uploadCrawlerVideoJob异常,请及时查看,@薛一鸣");
|
|
|
+ LarkRobotUtil.sendMessage("uploadCrawlerVideoJob异常,请及时查看,<at user_id=\"g6732afb\">王云鹏</at>");
|
|
|
log.error("uploadCrawlerVideoJob error", e);
|
|
|
}
|
|
|
return ReturnT.SUCCESS;
|
|
|
@@ -62,7 +62,7 @@ public class MatchVideoJob {
|
|
|
try {
|
|
|
matchVideoService.publishCrawlerVideo();
|
|
|
} catch (Exception e) {
|
|
|
- LarkRobotUtil.sendMessage("publishCrawlerVideoJob异常,请及时查看,@薛一鸣");
|
|
|
+ LarkRobotUtil.sendMessage("publishCrawlerVideoJob异常,请及时查看,<at user_id=\"g6732afb\">王云鹏</at>");
|
|
|
log.error("publishCrawlerVideoJob error", e);
|
|
|
}
|
|
|
return ReturnT.SUCCESS;
|
|
|
@@ -73,7 +73,7 @@ public class MatchVideoJob {
|
|
|
try {
|
|
|
matchVideoService.updateRovn();
|
|
|
} catch (Exception e) {
|
|
|
- LarkRobotUtil.sendMessage("updateRovnJob异常,请及时查看,@薛一鸣");
|
|
|
+ LarkRobotUtil.sendMessage("updateRovnJob异常,请及时查看,<at user_id=\"g6732afb\">王云鹏</at>");
|
|
|
log.error("updateRovnJob error", e);
|
|
|
}
|
|
|
return ReturnT.SUCCESS;
|