提交 959d06b0 作者: 洪东保

定时时间往前推10秒

父级 9ab51a63
...@@ -312,7 +312,7 @@ public class CmeetingJob { ...@@ -312,7 +312,7 @@ public class CmeetingJob {
@Value(value = "${tencent.base-save-path}") @Value(value = "${tencent.base-save-path}")
private String savePath; private String savePath;
@Scheduled(cron = "0 0 0,8,10,12,14,16,18,20,22 * * ?") @Scheduled(cron = "50 59 7,9,11,13,15,17,19,21,23 * * ?")
public void emailStatisticsPush() { public void emailStatisticsPush() {
if (isDev) { if (isDev) {
return; return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论