فهرست منبع

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>