|
|
|
@@ -299,9 +299,6 @@ |
|
|
|
<if test=" null != propertyId and '' != propertyId"> |
|
|
|
and pc.`id` = #{propertyId} |
|
|
|
</if> |
|
|
|
<if test=" null != queryShopId"> |
|
|
|
and concat(',',rc.shop_id_str,',') like concat('%,',#{queryShopId},',%') |
|
|
|
</if> |
|
|
|
<!-- <if test=" null != shopNumber and shopNumber!='' and null != rentShopType and rentShopType==1"> |
|
|
|
and json_extract(rc.rent_info,'$[*].shopNumber') like concat('%',#{shopNumber},'%') |
|
|
|
</if> |
|
|
|
|