注释掉更新面试预约超时状态的定时任务
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user