|
|
|
@@ -46,6 +46,7 @@ |
|
|
|
<result column="file_names" jdbcType="VARCHAR" property="fileNames"/> |
|
|
|
<result column="price_unit" property="priceUnit"/> |
|
|
|
<result column="rent_price" property="rentPrice"/> |
|
|
|
<result column="subject_name" property="subjectName"/> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
@@ -56,7 +57,7 @@ |
|
|
|
`pay_account`,`filename`,`lease`,`type`,`revenue`,`adjust_ratio`,`adjust_period`,`pay_ratio`, |
|
|
|
`start_date`,`end_date`, |
|
|
|
`apply_status`,`bank_name`,`rent_shop_type`,`fix_start_date`,`fix_end_date`, |
|
|
|
`business_type`,`rent_info`, `file_names`,price_unit,rent_price |
|
|
|
`business_type`,`rent_info`, `file_names`,price_unit,rent_price,`subject_name` |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
@@ -115,7 +116,8 @@ |
|
|
|
rc.lease,rc.filepath,rc.filename,rc.pay_account payAccount,rc.sign_date signDate,rc.merchant_id merchantId,rc.type, |
|
|
|
rc.start_date startDate,rc.end_date endDate,br.`name` brandName,rc.apply_status applyStatus,rc.bank_name |
|
|
|
bankName,rc.rent_shop_type rentShopType,rc.fix_start_date fixStartDate,rc.fix_end_date fixEndDate |
|
|
|
,rc.business_type businessType,rc.adjust_period adjustPeriod,rc.rent_info rentInfo, rc.file_names fileNames,rc.price_unit |
|
|
|
,rc.business_type businessType,rc.adjust_period adjustPeriod,rc.rent_info rentInfo, rc.file_names |
|
|
|
fileNames,rc.price_unit,rc.subject_name subjectName |
|
|
|
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 |
|
|
|
|