|
|
@@ -245,7 +245,7 @@ |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="notRentListMapAsPage" parameterType="com.iformall.domain.po.WxShop" resultType="hashmap"> |
|
|
|
|
|
|
|
|
<select id="notRentListMapAsPage" parameterType="com.iformall.domain.po.WxShop" resultType="java.util.HashMap"> |
|
|
select s.id as id, s.tenant_id tenantId, s.parent_tenant_id parentTenantId, s.shop_number shopNumber,CONVERT(s.build_area,SIGNED) buildArea, |
|
|
select s.id as id, s.tenant_id tenantId, s.parent_tenant_id parentTenantId, s.shop_number shopNumber,CONVERT(s.build_area,SIGNED) buildArea, |
|
|
s.img_url imgUrl,CONVERT(s.operation_area,SIGNED) operationArea, |
|
|
s.img_url imgUrl,CONVERT(s.operation_area,SIGNED) operationArea, |
|
|
s.status,b.building_name building,f.floor_name floor,s.manager,s.manager_phone managerPhone, |
|
|
s.status,b.building_name building,f.floor_name floor,s.manager,s.manager_phone managerPhone, |
|
|
@@ -255,7 +255,7 @@ |
|
|
left join wx_mall_floor f on s.floor=f.id |
|
|
left join wx_mall_floor f on s.floor=f.id |
|
|
where s.is_del=0 |
|
|
where s.is_del=0 |
|
|
|
|
|
|
|
|
<if test=" null != id "> |
|
|
|
|
|
|
|
|
<!--<if test=" null != id "> |
|
|
and s.`id` = #{id} |
|
|
and s.`id` = #{id} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
@@ -283,7 +283,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
<if test="null == sortColumn"> |
|
|
<if test="null == sortColumn"> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
</if>--> |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|