321
This commit is contained in:
parent
fcb057ee5f
commit
84e58d48e1
|
|
@ -69,7 +69,7 @@ namespace CoreCms.Net.Task
|
|||
// 预约状态处理(每分钟执行一次)
|
||||
RecurringJob.AddOrUpdate<SQReservationJob>(s => s.Execute(), "0 0/1 * * * ? ", TimeZoneInfo.Local);
|
||||
// 预约退款处理
|
||||
//RecurringJob.AddOrUpdate<SQReservationRefundJob>(s => s.Execute(), "0 0/1 * * * ? ", TimeZoneInfo.Local);
|
||||
RecurringJob.AddOrUpdate<SQReservationRefundJob>(s => s.Execute(), "0 0/1 * * * ? ", TimeZoneInfo.Local);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user