wangliang 11 månader sedan
förälder
incheckning
602011b4d6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      teachcloud-obe/src/main/resources/mapper/TCFinalScoreMapper.xml

+ 1 - 0
teachcloud-obe/src/main/resources/mapper/TCFinalScoreMapper.xml

@@ -65,6 +65,7 @@
             <if test="courseId != null and courseId != ''">
             <if test="courseId != null and courseId != ''">
                 and tcfs.course_id = #{courseId}
                 and tcfs.course_id = #{courseId}
             </if>
             </if>
+                and tcfs.enable = true and tcus.enable = true
         </where>
         </where>
         group by
         group by
         tcfs.name,
         tcfs.name,