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>