成绩统计图
This commit is contained in:
@@ -319,7 +319,8 @@ internal static class RabbitMqBackgroundJobTopology
|
||||
BackgroundJobKind.MakeupExamAuto,
|
||||
BackgroundJobKind.ExamArrangement,
|
||||
BackgroundJobKind.ExamSignInExport,
|
||||
BackgroundJobKind.ExamPublish
|
||||
BackgroundJobKind.ExamPublish,
|
||||
BackgroundJobKind.CourseGradeStatisticsRefresh
|
||||
];
|
||||
|
||||
public static async Task<IConnection> CreateConnectionAsync(
|
||||
@@ -418,6 +419,7 @@ internal static class RabbitMqBackgroundJobTopology
|
||||
BackgroundJobKind.ExamArrangement => "exam.arrangement",
|
||||
BackgroundJobKind.ExamSignInExport => "exam.sign-in-export",
|
||||
BackgroundJobKind.ExamPublish => "exam.publish",
|
||||
BackgroundJobKind.CourseGradeStatisticsRefresh => "grade-statistics.refresh",
|
||||
_ => throw new ArgumentOutOfRangeException(nameof(kind), kind, null)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user