|
|
|
@@ -38,6 +38,8 @@ |
|
|
|
<result column="adjust_ratio" property="adjustRatio"/> |
|
|
|
<result column="rent_info" jdbcType="VARCHAR" property="rentInfo"/> |
|
|
|
<result column="file_names" jdbcType="VARCHAR" property="fileNames"/> |
|
|
|
<result column="price_unit" property="priceUnit"/> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -46,7 +48,7 @@ |
|
|
|
`deposit`,`pay_date`,`is_del`,`merchant_name`,`brand`,`business_id`, |
|
|
|
`shop_type`,`shop_id`,`updatetime`,`createtime`,`rent_area`, |
|
|
|
`link_person`,`link_phone`,`pay_account`,`filename`,`lease`,`rent_contract_id`, |
|
|
|
`start_date`,`end_date`,`apply_status`,`adjust_period`,`business_type`,adjust_ratio,`rent_info`, `file_names` |
|
|
|
`start_date`,`end_date`,`apply_status`,`adjust_period`,`business_type`,adjust_ratio,`rent_info`, `file_names`,price_unit |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
@@ -106,7 +108,7 @@ |
|
|
|
rc.lease,rc.filepath,rc.filename,rc.pay_account payAccount,rc.sign_date signDate, |
|
|
|
start_date startDate,end_date endDate,rc.rent_contract_id rentContractId,br.`name` brandName, |
|
|
|
s.addr,rc.apply_status applyStatus,rc.adjust_period adjustPeriod,rc.business_type businessType, |
|
|
|
rc.adjust_ratio adjustRatio,rc.rent_info rentInfo, rc.file_names fileNames |
|
|
|
rc.adjust_ratio adjustRatio,rc.rent_info rentInfo, rc.file_names fileNames,rc.price_unit |
|
|
|
from wx_property_contract rc |
|
|
|
left join wx_shop s on rc.shop_id=s.id |
|
|
|
left join wx_mall_floor f on s.floor=f.id |
|
|
|
|