Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
8fde707d2f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

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

@@ -206,7 +206,7 @@

<select id="findListMap" parameterType="com.iformall.domain.po.WxShop" resultType="hashmap">
select s.id id, s.tenant_id tenantId, s.parent_tenant_id parentTenantId, s.shop_number shopNumber,CONVERT(s.build_area,DECIMAL(10,2)) buildArea,
s.img_url imgUrl,CONVERT(s.operation_area,DECIMAL(10,2)) operationArea,s.status,s.type,s.sell_status,s.point_type pointType,s.addr,DATEDIFF(now(),s.create_date) freeDay,
s.img_url imgUrl,CONVERT(s.operation_area,DECIMAL(10,2)) operationArea,s.status,s.type,s.sell_status sellStatus,s.point_type pointType,s.addr,DATEDIFF(now(),s.create_date) freeDay,
s.business_id as businessId,s.create_date create_date,s.rent,s.rent_unit,s.building as buildingId,s.floor as floorId,s.manager,s.manager_phone managerPhone
from wx_shop s


Loading…
Cancel
Save