|
|
|
@@ -246,8 +246,8 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="notRentListMapAsPage" parameterType="com.iformall.domain.po.WxShop" resultType="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, |
|
|
|
s.img_url imgUrl,CONVERT(s.operation_area,SIGNED) operationArea, |
|
|
|
select s.id as id, s.tenant_id tenantId, s.parent_tenant_id parentTenantId, s.shop_number shopNumber,s.build_area buildArea, |
|
|
|
s.img_url imgUrl,s.operation_area operationArea, |
|
|
|
s.status,b.building_name building,f.floor_name floor,s.manager,s.manager_phone managerPhone, |
|
|
|
s.type,s.point_type pointType,s.addr,DATEDIFF(now(),s.create_date) freeDay,s.create_date as createDate |
|
|
|
from wx_shop s |
|
|
|
|