Bläddra i källkod

fix 导入章节

he2802 3 år sedan
förälder
incheckning
46f6726e8b

+ 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>