From ec3d1e79233b7d7a459a817961db46653ca4c48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 5 Mar 2024 11:24:14 +0800 Subject: [PATCH] =?UTF-8?q?2023=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Api/Controllers/Front/PcVolunteerController.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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),