diff --git a/New_College.Api/Controllers/Front/PcVolunteerController.cs b/New_College.Api/Controllers/Front/PcVolunteerController.cs index 9b282b8..35b773d 100644 --- a/New_College.Api/Controllers/Front/PcVolunteerController.cs +++ b/New_College.Api/Controllers/Front/PcVolunteerController.cs @@ -172,7 +172,12 @@ namespace New_College.Api.Controllers.Front Type = typeinfo.Any() && typeinfo.Count() > 0 ? typeinfo.FirstOrDefault(d => d.planId == c.ID).type : 0, PlanItems = new List() { - + new PlanItem() { + PlanCount=int.Parse(c._23Count), + RankLine=int.Parse(c._23ScoreLine), + Scoreline=int.Parse(c._23Score), + Year="2023" + }, new PlanItem() { PlanCount=int.Parse(c._22Count), RankLine=int.Parse(c._22ScoreLine),