소스 검색

调整导入接口

guqiang 2 일 전
부모
커밋
d9baa8c300

+ 1 - 1
src/Hotline.Application/Exam/Service/ExamManages/OfflineExamAnalysisService.cs

@@ -76,7 +76,7 @@ namespace Hotline.Application.Exam.Service.ExamManages
             {
                 CutoffScore = x.CutoffScore,
                 ExamName = x.ExamName,
-                DepartmentName = x.DepartmentName,
+                OrgName = x.DepartmentName,
                 Id = x.Id,
                 Score = x.Score,
                 TotalScore = x.TotalScore,

+ 1 - 1
src/Hotline.Share/ViewResponses/Exam/OfflineExamAnalysisViewResponse.cs

@@ -20,7 +20,7 @@ namespace Hotline.Share.ViewResponses.Exam
         /// 部门名称
         /// </summary>
         [Description("部门名称")]
-        public string DepartmentName { get; set; }
+        public string OrgName { get; set; }
 
         /// <summary>
         /// 考试标题