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