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>