|
|
|
@@ -186,7 +186,7 @@ |
|
|
|
left join wx_shop s on rc.shop_id=s.id |
|
|
|
left join wx_mall_building b on s.building=b.id |
|
|
|
left join wx_mall_floor f on s.floor=f.id |
|
|
|
where rc.status not in(1,5,6,7) and rc.tenant_id=#{tenantId} |
|
|
|
where rc.status not in(0,1,5,6,7) and rc.tenant_id=#{tenantId} |
|
|
|
<if test=" null != rentShopType ">and rc.rent_shop_type = #{rentShopType}</if> |
|
|
|
order by id desc |
|
|
|
</select> |
|
|
|
|