This commit is contained in:
he
2022-11-30 10:00:43 +08:00
parent 14b892889b
commit f470d85eb3
@@ -1016,6 +1016,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
result= await visitTaskQuery.ToListAsync(); result= await visitTaskQuery.ToListAsync();
} }
return (count, result); return (count, result);
} }