Browse Source

ceshi

release_toaliyun_real
xhxu 5 years ago
parent
commit
077f871b46
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml View File

@@ -248,8 +248,8 @@
<select id="notRentListMapAsPage" parameterType="com.iformall.domain.po.WxShop" resultType="map"> <select id="notRentListMapAsPage" parameterType="com.iformall.domain.po.WxShop" resultType="map">
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.type,s.point_type pointType,s.addr,DATEDIFF(now(),s.create_date) freeDay,s.create_date as createDate
s.status,b.building_name building,f.floor_name floor,
s.type,s.addr,DATEDIFF(now(),s.create_date) freeDay,s.create_date as createDate
from wx_shop s from wx_shop s
left join wx_mall_building b on s.building=b.id left join wx_mall_building b on s.building=b.id
left join wx_mall_floor f on s.floor=f.id left join wx_mall_floor f on s.floor=f.id


Loading…
Cancel
Save