Explorar o código

fix 课程数量

he2802 %!s(int64=3) %!d(string=hai) anos
pai
achega
1ffcd05219

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

@@ -156,7 +156,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
           and cme.chapter_id = #{chapterId}
           and cme.course_id = #{courseId}
          and cme.type = 1
-        <if test="moduleId == null ">
+        <if test="moduleId != null ">
             and cme.module_id = #{moduleId}
         </if>
     </select>
@@ -198,7 +198,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         and cme.chapter_id = #{chapterId}
         and cme.course_id = #{courseId}
         and cme.type = 2
-        <if test="moduleId == null ">
+        <if test="moduleId != null ">
             and cme.module_id = #{moduleId}
         </if>
     </select>