|
|
|
@@ -667,10 +667,11 @@ |
|
|
|
s.img_url imgUrl,CONVERT(s.operation_area,DECIMAL(10,2)) operationArea, |
|
|
|
s.status,b.building_name building,f.floor_name floor,s.manager,s.manager_phone managerPhone, |
|
|
|
s.type,s.point_type pointType,s.addr,DATEDIFF(now(),s.create_date) freeDay,rent,rent_unit,s.business_id as |
|
|
|
businessId,s.create_date create_date |
|
|
|
businessId,bu.title businessName,s.create_date create_date |
|
|
|
from wx_shop s |
|
|
|
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_business bu on s.business_id = bu.id |
|
|
|
where s.`id` = #{id} |
|
|
|
</select> |
|
|
|
</mapper> |