yonge 5 年之前
父節點
當前提交
673ec4a571
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ExtracurricularExercisesReplyMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ExtracurricularExercisesReplyMapper.xml

@@ -45,7 +45,7 @@
 				AND title_ like '%' #{title} '%'
 			</if>
 			<if test="status != null">
-				AND status_ = #{status}
+				AND eer.status_ = #{status}
 			</if>
 			<if test="isReplied != null">
 				AND is_replied_ = #{isReplied}