瀏覽代碼

我的消息

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

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/inform/InformCourseMapper.xml

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE
         1=1
         <if test="informId != null and informId != ''">
-            and ie.inform_id =  #{informId}
+            and ic.inform_id =  #{informId}
         </if>
     </select>
 </mapper>