2023数据更新

develop
old易 2024-03-05 11:24:14 +08:00
parent dc791b849b
commit ec3d1e7923
1 changed files with 6 additions and 1 deletions

View File

@ -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<PlanItem>()
{
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),