|
|
@@ -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} |
|
|
|