From 381a480f76d2bed92b9e6db21e17adade657b619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Mon, 13 May 2024 22:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=88=86=E4=B8=80=E6=AE=B5=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Back/PlanMajorScoreLineController.cs | 2 +- New_College.Api/New_College.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/New_College.Api/Controllers/Back/PlanMajorScoreLineController.cs b/New_College.Api/Controllers/Back/PlanMajorScoreLineController.cs index 0e65e1d..d9ab33b 100644 --- a/New_College.Api/Controllers/Back/PlanMajorScoreLineController.cs +++ b/New_College.Api/Controllers/Back/PlanMajorScoreLineController.cs @@ -75,7 +75,7 @@ namespace New_College.Api.Controllers ModifyTime = DateTime.Now, OrderSort = 0, Province = a.Province, - Score = a.Score, + Score = a.ScoreRegion, SumCount = a.SumCountStart, Type = a.Type, Years = a.Years diff --git a/New_College.Api/New_College.xml b/New_College.Api/New_College.xml index 5478f17..c2cfab9 100644 --- a/New_College.Api/New_College.xml +++ b/New_College.Api/New_College.xml @@ -189,6 +189,13 @@ + + + 导入各个省份一分一段表数据 + + + + 导入专业最低录取位次表=同步更新专业数据与学校专业分数线(--高考时可通用此功能)