소스 검색

我的消息

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>