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>