feat:update
parent
d42b8063e2
commit
01130f3e55
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue