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,