修改字段类型,以及统计修改

This commit is contained in:
2026-07-01 15:04:42 +08:00
parent eb4f09e391
commit 0227f06658
4 changed files with 98 additions and 66 deletions

View File

@ -8,7 +8,7 @@ public class BatchClaimPointsInput
/// <summary>
/// 任务分组Id列表JournalPageTaskGroupId
/// </summary>
public List<long> GroupIds { get; set; } = [];
public HashSet<long> GroupIds { get; set; } = [];
}
/// <summary>
@ -73,6 +73,11 @@ public class BatchClaimFailItem
/// </summary>
public long GroupId { get; set; }
/// <summary>
/// 任务编号(从 JournalPageTask.No 字段按 - 分割取索引2前面加"任务"
/// </summary>
public string TaskNo { get; set; }
/// <summary>
/// 失败原因
/// </summary>