he2802 3 سال پیش
والد
کامیت
309682d871
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

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