瀏覽代碼

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

release_toaliyun_real
gongbiao 7 年之前
父節點
當前提交
56c86a5a59
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml 查看文件

@@ -163,7 +163,7 @@
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_floor f on s.floor=f.id
where is_del=0
where s.is_del=0

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


Loading…
取消
儲存