diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs index 47abfe2b..4c890e40 100644 --- a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs +++ b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs @@ -2,6 +2,7 @@ using DinkToPdf.Contracts; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; +using Microsoft.IdentityModel.Tokens; using System.IO.Compression; using static Tiobon.Core.Model.Consts; @@ -97,6 +98,8 @@ public class Ghrh_ResumeServices : BaseServices>(x.Tags)); }); - + var orders = await _ghrh_InterviewOrderServices.QueryDto(x => x.ResumeId != null && ids.Contains(x.ResumeId.Value)); tagIds = tagIds.Distinct().ToList(); var tags = await _ghrh_ResumeTagServices.QueryDto(x => tagIds.Contains(x.Id)); @@ -319,14 +323,14 @@ public class Ghrh_ResumeServices : BaseServices x.ResumeId != null && x.ResumeId == id);//家庭关系