@@ -160,7 +160,7 @@
<sql id="queryPageMap">
<where>
- tenant_id_ = #{tenantId}
+ ei.tenant_id_ = #{tenantId}
<if test="notMobileAndWechat == 1">
AND ei.mobile_no_ IS NULL AND ei.wechat_no_ IS NULL
</if>
@@ -41,7 +41,7 @@
<sql id="queryPageCondition">
+ eer.tenant_id_ = #{tenantId}
<if test="extracurricularExercisesId != null">
AND extracurricular_exercises_id_ = #{extracurricularExercisesId}
@@ -130,7 +130,7 @@
<sql id="queryPageSql">
+ iip.tenant_id_ = #{tenantId}
<if test="itemId != null">
AND iip.item_id_ = #{itemId}