@@ -72,7 +72,7 @@
<sql id="queryCondition">
<where>
- tenant_id_ = #{tenantId}
+ ss.tenant_id_ = #{tenantId}
<if test="type!=null">
AND ss.type_ = #{type, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
</if>