wangliang пре 11 месеци
родитељ
комит
602011b4d6
1 измењених фајлова са 1 додато и 0 уклоњено
  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 != ''">
                 and tcfs.course_id = #{courseId}
             </if>
+                and tcfs.enable = true and tcus.enable = true
         </where>
         group by
         tcfs.name,