321
This commit is contained in:
parent
b17275787c
commit
9fd93f0aa9
|
|
@ -63,9 +63,9 @@ public class SQReservationJob
|
||||||
//Console.WriteLine("[SQReservationJob] 步骤2:将开始时间已到且未结束的预约置为进行中(2)");
|
//Console.WriteLine("[SQReservationJob] 步骤2:将开始时间已到且未结束的预约置为进行中(2)");
|
||||||
//// 2) 将开始时间已到且未结束的预约置为进行中(2)
|
//// 2) 将开始时间已到且未结束的预约置为进行中(2)
|
||||||
//var startedList = await _reservationsServices.QueryListByClauseAsync(
|
//var startedList = await _reservationsServices.QueryListByClauseAsync(
|
||||||
// r => r.status == 1 && r.start_time <= now && r.end_time > now,
|
// r => r.status == 1 && r.end_time > now,
|
||||||
// r => r.id, OrderByType.Asc);
|
// r => r.id, OrderByType.Asc);
|
||||||
//Console.WriteLine($"[SQReservationJob] 步骤2:查询到待置为进行中记录数量 = {startedList?.Count ?? 0}");
|
//Console.WriteLine($"[SQReservationJob] 步骤2:已结束未签到人数 = {startedList?.Count ?? 0}");
|
||||||
//if (startedList != null && startedList.Count > 0)
|
//if (startedList != null && startedList.Count > 0)
|
||||||
//{
|
//{
|
||||||
// var changedCount = 0;
|
// var changedCount = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user