|
|
|
@@ -16,7 +16,9 @@ |
|
|
|
<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="deposit_info" jdbcType="VARCHAR" property="depositInfo"/>--> |
|
|
|
<result column="cashtype_content_lsit" jdbcType="VARCHAR" property="cashtypeContentLsit"/> |
|
|
|
<result column="cashtype_lsit" jdbcType="VARCHAR" property="cashtypeLsit"/> |
|
|
|
|
|
|
|
<result column="pay_date" jdbcType="INTEGER" property="payDate"/> |
|
|
|
<result column="is_del" jdbcType="INTEGER" property="isDel"/> |
|
|
|
@@ -89,7 +91,7 @@ |
|
|
|
|
|
|
|
<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`,deposit_info,`pay_date`,`is_del`,`merchant_name`, |
|
|
|
`tenant_id`,`parent_tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,cashtype_content_lsit,cashtype_lsit,`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`, |
|
|
|
|