wangliang 1 rok temu
rodzic
commit
c5d120d1cd

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/dao/TOeExamRecordMapper.java

@@ -213,7 +213,7 @@ public interface TOeExamRecordMapper extends BaseMapper<TOeExamRecord> {
      */
     public List<InvigilateListProgressExcelBean> invigilatePageProgressListExport(@Param("examId") Long examId,
                                                                                   @Param("examActivityId") Long examActivityId,
-                                                                                  @Param("roomCode") List<String> roomCodeList,
+                                                                                  @Param("roomCodeList") List<String> roomCodeList,
                                                                                   @Param("courseCode") String courseCode,
                                                                                   @Param("name") String name,
                                                                                   @Param("identity") String identity,