From 01130f3e5583c47ee3e3096876f100bacdfa4448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Mon, 11 Dec 2023 14:37:22 +0800 Subject: [PATCH] feat:update --- New_College.Services/D_LongIdMapServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New_College.Services/D_LongIdMapServices.cs b/New_College.Services/D_LongIdMapServices.cs index 5109644..811cec8 100644 --- a/New_College.Services/D_LongIdMapServices.cs +++ b/New_College.Services/D_LongIdMapServices.cs @@ -387,7 +387,7 @@ namespace New_College.Services DoctorateCount = university.Doctorate_Count, MasterCount = university.Master_Count, AcademicianCount = university.Academician_Count, - UniversityCode = "0001", + UniversityCode =UniversityCodeConvertRules.UniversityCodeConvertRulesMap(university.UniversityCode), Web = string.IsNullOrEmpty(university.Web) ? "暂无" : university.Web, // IsCollection = false, Description = ClearHtmlHelper.SHTML(university.Description),