|
@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
and up.module_id = #{moduleId}
|
|
and up.module_id = #{moduleId}
|
|
</if>
|
|
</if>
|
|
|
|
|
|
- <if test="chapterId != null a">
|
|
|
|
|
|
+ <if test="chapterId != null">
|
|
and up.chapter_id = #{chapterId}
|
|
and up.chapter_id = #{chapterId}
|
|
</if>
|
|
</if>
|
|
<if test="courseId != null ">
|
|
<if test="courseId != null ">
|