|
@@ -28,9 +28,9 @@ public interface AnalyzeForReportService {
|
|
|
|
|
|
/**
|
|
|
* 构建以考试课程-考查学院维度的分析表 't_a_exam_course_college_inspect'
|
|
|
- * @param examId 考试id
|
|
|
+ *
|
|
|
+ * @param examId 考试id
|
|
|
* @param courseCode 课程编号
|
|
|
- * @return
|
|
|
*/
|
|
|
@Async("analyzeThreadPool")
|
|
|
void buildAnalyzeExamCourseCollegeInspect(Long examId, String courseCode);
|
|
@@ -168,7 +168,7 @@ public interface AnalyzeForReportService {
|
|
|
* @param examId 考试id
|
|
|
* @param courseCode 课程编号
|
|
|
*/
|
|
|
-// @Async("analyzeThreadPool")
|
|
|
+ @Async("analyzeThreadPool")
|
|
|
void buildAnalyzeExamCourseCollegeTeacher(Long examId, String courseCode);
|
|
|
|
|
|
/**
|