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 @@
+
+
+ 导入各个省份一分一段表数据
+
+
+
+
导入专业最低录取位次表=同步更新专业数据与学校专业分数线(--高考时可通用此功能)