Explorar o código

Merge branch 'dev-v5.2' into dev

he2802 %!s(int64=3) %!d(string=hai) anos
pai
achega
051b88c57b

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/grade/UserPeriodMapper.xml

@@ -84,8 +84,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="courseId != null ">
             and up.course_id = #{courseId}
         </if>
-        <if test="chapterExamId != null ">
-            and up.exam_id = #{chapterExamId}
+        <if test="examId != null ">
+            and up.exam_id = #{examId}
         </if>
     </select>