yonge 3 سال پیش
والد
کامیت
07e44b7efb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ExtracurricularExercisesMessageMapper.xml

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

@@ -85,7 +85,7 @@
 
 	<sql id="StudentExtraCommentsQueryCondition">
 		<where>
-			tenant_id_ = #{tenantId}
+			eem.tenant_id_ = #{tenantId}
 			<if test="studentCourseHomeworkId!=null">
 				AND extracurricular_exercises_reply_id_=#{studentCourseHomeworkId}
 			</if>