瀏覽代碼

通知列表

change 3 年之前
父節點
當前提交
1ddabd3bef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/UserPeriodStatusMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/UserPeriodStatusMapper.xml

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