소스 검색

fix 导入章节

he2802 3 년 전
부모
커밋
46f6726e8b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseSectionMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/course/CourseSectionMapper.xml

@@ -248,5 +248,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND cs.section_id != #{sectionId}
         </if>
         AND cs.live_url = #{liveUrl}
+        AND cs.`status` != -1
     </select>
 </mapper>