注释掉更新面试预约超时状态的定时任务

This commit is contained in:
feng.li
2023-11-09 17:17:03 +08:00
parent 18bec32568
commit b8a159fb58

View File

@@ -47,8 +47,9 @@ public class JobHandler {
@XxlJob("updateInterviewOverTime")
public void updateInterviewOverTime(){
try {
log.info("面试超时预约定时任务开始");
hyPartnerInterviewPlanService.updateInterviewOverTime();
log.info("面试超时预约定时任务已取消,请勿再执行");
XxlJobHelper.log("面试超时预约定时任务已取消,请勿再执行");
// hyPartnerInterviewPlanService.updateInterviewOverTime();
log.info("面试超时预约定时任务结束");
XxlJobHelper.handleSuccess();
}catch (Exception e){