提交 17cea99f 作者: duanxincheng

模板测试效果,模板测试效果导出纪要;管理端登录白名单设置

父级 07e5c8cf
...@@ -38,15 +38,15 @@ public class CmeetingJob { ...@@ -38,15 +38,15 @@ public class CmeetingJob {
@Resource @Resource
private UserIdMapper userIdMapper; private UserIdMapper userIdMapper;
// @PostConstruct @PostConstruct
// public void weComUserInit(){ public void weComUserInit(){
// weComUserSync(); weComUserSync();
// } }
//
// @PostConstruct @PostConstruct
// public void tencentUserInit(){ public void tencentUserInit(){
// TencentUserSync(); TencentUserSync();
// } }
// @PostConstruct // @PostConstruct
// public void userBindInit(){ // public void userBindInit(){
// userBind(); // userBind();
...@@ -145,7 +145,7 @@ public class CmeetingJob { ...@@ -145,7 +145,7 @@ public class CmeetingJob {
/** /**
* 定时扫描早于一小时之前的,所有未重试过的会议,重新生成纪要 * 定时扫描早于一小时之前的,所有未重试过的会议,重新生成纪要
*/ */
// @Scheduled(fixedRate = 30 * 60 * 1000,initialDelay = 10 * 60 * 1000) @Scheduled(fixedRate = 30 * 60 * 1000,initialDelay = 10 * 60 * 1000)
// @Scheduled(fixedRate = 30 * 60 * 1000) // @Scheduled(fixedRate = 30 * 60 * 1000)
public void meetingMinutesRetry() { public void meetingMinutesRetry() {
try { try {
...@@ -191,7 +191,7 @@ public class CmeetingJob { ...@@ -191,7 +191,7 @@ public class CmeetingJob {
/** /**
* 定时扫描早于一小时之前的,所有邮件推送未重试过的会议,重新推送邮件 * 定时扫描早于一小时之前的,所有邮件推送未重试过的会议,重新推送邮件
*/ */
// @Scheduled(fixedRate = 30 * 60 * 1000,initialDelay = 15 * 60 * 1000) @Scheduled(fixedRate = 30 * 60 * 1000,initialDelay = 15 * 60 * 1000)
// @Scheduled(fixedRate = 30 * 60 * 1000) // @Scheduled(fixedRate = 30 * 60 * 1000)
public void emailPushRetry() { public void emailPushRetry() {
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论