Sfoglia il codice sorgente

ceshi

release_toaliyun_real
xhxu 5 anni fa
parent
commit
f9f9d7cb75
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

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

@@ -246,7 +246,8 @@
</select>

<select id="notRentListMapAsPage" parameterType="com.iformall.domain.po.WxShop" resultType="hashmap">
select s.id as id, s.tenant_id tenantId
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
from wx_shop s
left join wx_mall_building b on s.building=b.id
left join wx_mall_floor f on s.floor=f.id


Caricamento…
Annulla
Salva