@@ -16,7 +16,7 @@ public class AppointmentConfirmJob {
@Scheduled(cron = "0 0/5 * * * ?")
public void execute() {
log.info("定时任务执行中...");
- appointmentConfirmOrderService.updateCancel();
+ //appointmentConfirmOrderService.updateCancel();
}