Просмотр исходного кода

[商铺管理][修改][查询关联的商户联系人和联系电话]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
024dd63bc2
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Просмотреть файл

@@ -233,7 +233,8 @@
<select id="getMerchantShopByShopId" resultType="hashmap" parameterType="hashmap"> <select id="getMerchantShopByShopId" resultType="hashmap" parameterType="hashmap">
select m.`name` merchantName,s.build_area buildArea,s.operation_area operationArea, select m.`name` merchantName,s.build_area buildArea,s.operation_area operationArea,
c.price,c.receive_period receivePeriod,s.shop_number shopNumber
c.price,c.receive_period receivePeriod,s.shop_number shopNumber,m.link_person linkPerson,
m.link_phone linkPhone
from wx_merchant_shop ms inner join wx_merchant m on ms.merchant_id=m.id from wx_merchant_shop ms inner join wx_merchant m on ms.merchant_id=m.id
inner join wx_shop s on ms.shop_id=s.id inner join wx_shop s on ms.shop_id=s.id
inner join wx_rent_contract c on ms.merchant_id=c.merchant_id inner join wx_rent_contract c on ms.merchant_id=c.merchant_id


Загрузка…
Отмена
Сохранить