|
|
|
@@ -44,16 +44,37 @@ |
|
|
|
<result column="receive_period" property="receivePeriod"/> |
|
|
|
<result column="rent_info" jdbcType="VARCHAR" property="rentInfo"/> |
|
|
|
<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"/> |
|
|
|
<result column="rent_start_type" property="rentStartType"/><result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="revenue" jdbcType="INTEGER" property="revenue"/> |
|
|
|
<result column="adjust_ratio" jdbcType="VARCHAR" property="adjustRatio"/> |
|
|
|
<result column="adjust_period" jdbcType="INTEGER" property="adjustPeriod"/> |
|
|
|
<result column="pay_ratio" jdbcType="INTEGER" property="payRatio"/> |
|
|
|
<result column="start_date" jdbcType="TIMESTAMP" property="startDate"/> |
|
|
|
<result column="end_date" jdbcType="TIMESTAMP" property="endDate"/> |
|
|
|
<result column="apply_status" jdbcType="INTEGER" property="applyStatus"/> |
|
|
|
<result column="bank_name" jdbcType="VARCHAR" property="bankName"/> |
|
|
|
<result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/> |
|
|
|
<result column="fix_start_date" property="fixStartDate"/> |
|
|
|
<result column="fix_end_date" property="fixEndDate"/> |
|
|
|
<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"/> |
|
|
|
<result column="price_unit" property="priceUnit"/> |
|
|
|
<result column="rent_price" property="rentPrice"/> |
|
|
|
<result column="subject_name" property="subjectName"/> |
|
|
|
<result column="rent_start_type" property="rentStartType"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<result column="rent_input_way" property="rentInputWay"/> |
|
|
|
<result column="adjust_ratio_way" property="adjustRatioWay"/> |
|
|
|
<result column="operation_type" property="operationType"/> |
|
|
|
<result column="late_pay_ratio" property="latePayRatio"/> |
|
|
|
<result column="late_pay_day" property="latePayDay"/> |
|
|
|
<result column="bus_discount_ratio" property="busDiscountRatio"/> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
@@ -65,7 +86,7 @@ |
|
|
|
`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,`subject_name`,rent_start_type, |
|
|
|
`rent_input_way`,`adjust_ratio_way`,`operation_type`,late_pay_ratio,late_pay_day |
|
|
|
`rent_input_way`,`adjust_ratio_way`,`operation_type`,late_pay_ratio,late_pay_day,bus_discount_ratio |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
@@ -127,7 +148,7 @@ |
|
|
|
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.subject_name subjectName,rc.`rent_input_way` rentInputWay,rc.`adjust_ratio_way` |
|
|
|
adjustRatioWay |
|
|
|
adjustRatioWay,rc.bus_discount_ratio |
|
|
|
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 |
|
|
|
|