From a1e875ad282b9b8741187edc58cbb5435f1b3aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Sat, 8 Jun 2024 19:53:34 +0800 Subject: [PATCH] dcasdas --- New_College.Api/Controllers/HealthCheckController.cs | 4 ++-- New_College.Services/D_LongIdMapServices.cs | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/New_College.Api/Controllers/HealthCheckController.cs b/New_College.Api/Controllers/HealthCheckController.cs index 3fb3c28..96b8438 100644 --- a/New_College.Api/Controllers/HealthCheckController.cs +++ b/New_College.Api/Controllers/HealthCheckController.cs @@ -71,10 +71,10 @@ namespace New_College.Controllers //更新院校分数线 //await d_LongIdMapServices.UpdateSchoolScoreLine23("四川省"); - await d_LongIdMapServices.PlanNeedProSync("四川省", 2023, "文科", "专科"); + // await d_LongIdMapServices.PlanNeedProSync("四川省", 2023, "文科", "专科"); // await v_CustomerInfoServices.CustomeBillExport(); - //await d_LongIdMapServices.UpdatePlanProInf(); + await d_LongIdMapServices.UpdatePlanProInf(); return true; } diff --git a/New_College.Services/D_LongIdMapServices.cs b/New_College.Services/D_LongIdMapServices.cs index 33bd446..ad6cd5b 100644 --- a/New_College.Services/D_LongIdMapServices.cs +++ b/New_College.Services/D_LongIdMapServices.cs @@ -2347,12 +2347,6 @@ namespace New_College.Services //var universitylist = await d_UniversityRepository.Query(); //var majorlist = await d_MajorRepository.Query(); - - - - - - #region************************更新招生计划合计**************************** // var majorlist = await d_PlanMajorScoreLineRepository.Query(e => e.Location == "河南省" && e.Years == 2021);