|
|
|
@@ -96,7 +96,7 @@ |
|
|
|
where `tenant_id` = #{tenantId} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getBuildindIds" parameterType="com.iformall.domain.po.WxMallFloor" resultMap="Long"> |
|
|
|
<select id="getBuildindIds" parameterType="com.iformall.domain.po.WxMallFloor" resultType="Long"> |
|
|
|
select distinct building_id |
|
|
|
from wx_mall_floor |
|
|
|
<include refid="dynamicWhereConditions"/> |
|
|
|
|