he2802 преди 3 години
родител
ревизия
1e04e2f6d3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -1035,6 +1035,7 @@
         LEFT JOIN exam e ON cme.exam_id = e.exam_id
         WHERE 1=1
         and cme.module_id =0
+        and cme.type =1
         <if test="courseId != null and courseId !='' ">
             AND  cme.course_id=#{courseId}
         </if>