|
|
@@ -575,7 +575,7 @@ |
|
|
and rc.business_id in (${businessForRule}) |
|
|
and rc.business_id in (${businessForRule}) |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test="null != rentShopType and 1 == rentShopType and null != floorForRule and '' != floorForRule "> |
|
|
|
|
|
|
|
|
<!-- <if test="null != rentShopType and 1 == rentShopType and null != floorForRule and '' != floorForRule "> |
|
|
and rc.`id` in |
|
|
and rc.`id` in |
|
|
<foreach collection="tempShop" index="idx" separator=" union all " open="(" close=")"> |
|
|
<foreach collection="tempShop" index="idx" separator=" union all " open="(" close=")"> |
|
|
select id from wx_rent_contract where 1=1 |
|
|
select id from wx_rent_contract where 1=1 |
|
|
@@ -595,7 +595,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
and floor in (${floorForRule})) |
|
|
and floor in (${floorForRule})) |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
|
|
|
|
|
|
</if> --> |
|
|
<!-- <if test="null != rentShopType and 2 == rentShopType and null != floorForRule and '' != floorForRule "> |
|
|
<!-- <if test="null != rentShopType and 2 == rentShopType and null != floorForRule and '' != floorForRule "> |
|
|
and rc.shop_id in (select id from wx_shop where 1=1 |
|
|
and rc.shop_id in (select id from wx_shop where 1=1 |
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|