|
|
|
@@ -43,6 +43,7 @@ |
|
|
|
<result column="business_type" property="businessType"/> |
|
|
|
<result column="receive_period" property="receivePeriod"/> |
|
|
|
<result column="rent_info" jdbcType="VARCHAR" property="rentInfo"/> |
|
|
|
<result column="file_names" jdbcType="VARCHAR" property="fileNames"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -50,7 +51,10 @@ |
|
|
|
`tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,`pay_date`,`is_del`,`merchant_name`, |
|
|
|
`brand`,`business_id`,`shop_type`,`shop_id`,`updatetime`,`createtime`,`link_person`,`link_phone`, |
|
|
|
`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 |
|
|
|
`start_date`,`end_date`, |
|
|
|
`apply_status`,`bank_name`,`rent_shop_type`,`fix_start_date`,`fix_end_date`, |
|
|
|
`business_type`,`rent_info`, `file_names` |
|
|
|
|
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
@@ -109,7 +113,7 @@ |
|
|
|
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.merchant_id merchantId,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.business_type businessType,rc.adjust_period adjustPeriod,rc.rent_info rentInfo, rc.file_names fileNames |
|
|
|
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 |
|
|
|
|