|
|
|
@@ -15,6 +15,9 @@ |
|
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
|
<result column="contract_number" jdbcType="VARCHAR" property="contractNumber"/> |
|
|
|
<result column="deposit" jdbcType="INTEGER" property="deposit"/> |
|
|
|
|
|
|
|
<result column="deposit_info" jdbcType="VARCHAR" property="depositInfo"/> |
|
|
|
|
|
|
|
<result column="pay_date" jdbcType="INTEGER" property="payDate"/> |
|
|
|
<result column="is_del" jdbcType="INTEGER" property="isDel"/> |
|
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> |
|
|
|
@@ -46,8 +49,12 @@ |
|
|
|
<result column="file_names" jdbcType="VARCHAR" property="fileNames"/> |
|
|
|
<result column="price_unit" property="priceUnit"/> |
|
|
|
<result column="rent_price" property="rentPrice"/> |
|
|
|
|
|
|
|
<result column="other_rent_price_info" jdbcType="VARCHAR" property="otherRentPriceInfo"/> |
|
|
|
|
|
|
|
<result column="subject_name" property="subjectName"/> |
|
|
|
<result column="rent_start_type" property="rentStartType"/><result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<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"/> |
|
|
|
@@ -82,12 +89,12 @@ |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`merchant_id`,`price`,`rental_start_date`,`rental_end_date`,`sign_date`,`receive_period`, |
|
|
|
`tenant_id`,`parent_tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,`pay_date`,`is_del`,`merchant_name`, |
|
|
|
`tenant_id`,`parent_tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,deposit_info,`pay_date`,`is_del`,`merchant_name`, |
|
|
|
`brand`,`business_id`,`shop_type`,`updatetime`,`createtime`,`link_person`,`link_phone`, |
|
|
|
`pay_account`,`filename`,`lease`,`type`,`revenue`,`adjust_ratio`,`adjust_period`,`pay_ratio`, |
|
|
|
`start_date`,`end_date`,`shop_name`,`from_id`, |
|
|
|
`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, |
|
|
|
`business_type`,`rent_info`, `file_names`,price_unit,rent_price,other_rent_price_info,`subject_name`,rent_start_type, |
|
|
|
`rent_input_way`,`adjust_ratio_way`,`operation_type`,late_pay_ratio,late_pay_day,bus_discount_ratio,bus_discount_time |
|
|
|
</sql> |
|
|
|
|
|
|
|
|