2023数据更新
parent
dc791b849b
commit
ec3d1e7923
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue