|
|
|
@@ -84,7 +84,7 @@ |
|
|
|
<select id="queryRentContractData" resultType="hashmap" parameterType="com.iformall.domain.po.WxRentContract"> |
|
|
|
select rc.id,rc.merchant_name merchantName,rc.rental_start_date rentalStartDate,rc.rental_end_date rentalEndDate,rc.`status`, |
|
|
|
rc.price,rc.contract_number contractNumber,s.shop_number shopNumber,f.floor_name floorName,b.building_name buildingName, |
|
|
|
rc.lease,rc.filepath,rc.filename |
|
|
|
rc.lease,rc.filepath,rc.filename,rc.pay_account payAccount |
|
|
|
from wx_rent_contract rc |
|
|
|
left join wx_shop s on rc.shop_id=s.id |
|
|
|
left join wx_mall_floor f on s.floor=f.id |
|
|
|
|