Forráskód Böngészése

商品更新下架

change 4 éve
szülő
commit
080a9fe70a

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

@@ -172,6 +172,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
           and up.section_id=#{typeId}
           and up.exam_id=#{examId}
           AND ups.period_status =1
-
+          and ups.record_end_time is not null
     </select>
 </mapper>

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

@@ -184,5 +184,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
           and up.chapter_id=0
           and up.section_id=#{sectionId}
           AND ups.period_status =1
+          and ups.record_end_time is not null
     </select>
 </mapper>