Browse Source

[商铺][修改][删除商铺]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
56c86a5a59
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

@@ -163,7 +163,7 @@
left join wx_merchant m on ms.merchant_id=m.id left join wx_merchant m on ms.merchant_id=m.id
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
where is_del=0
where s.is_del=0


<if test=" null != id "> <if test=" null != id ">
and s.`id` = #{id} and s.`id` = #{id}


Loading…
Cancel
Save