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>