|
|
|
@@ -63,13 +63,13 @@ |
|
|
|
<result column="first_bill_date_start" jdbcType="TIMESTAMP" property="firstBillDateStart"/> |
|
|
|
<result column="first_bill_date_end" jdbcType="TIMESTAMP" property="firstBillDateEnd"/> |
|
|
|
<result column="first_bill_receive_date" jdbcType="TIMESTAMP" property="firstBillReceiveDate"/> |
|
|
|
|
|
|
|
<result column="shop_id_str" jdbcType="VARCHAR" property="shopIdStr"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`customers_id`,`decimal_size`,`price`,`rental_start_date`,`rental_end_date`,`create_type`, |
|
|
|
`sign_date`,`receive_period`,`filepath`,`status`,`contract_number`,`price_detail`,`create_by_name`,`update_by_name`, |
|
|
|
`deposit`,`is_del`,`receive_period_unit`,`create_by`,`update_by`,`first_bill_receive_date`, |
|
|
|
`deposit`,`is_del`,`receive_period_unit`,`create_by`,`update_by`,`first_bill_receive_date`,`shop_id_str`, |
|
|
|
`updatetime`,`createtime`,`rent_area`,`fees_standards_info`,`first_bill_date_start`,`first_bill_date_end`, |
|
|
|
`link_person`,`link_phone`,`pay_account`,`filename`,`lease`,`rent_contract_id`,`day_price_calcute`,`month_average_days`, |
|
|
|
`start_date`,`end_date`,`apply_status`,`adjust_period`,`business_type`,adjust_ratio,`rent_info`,fixed_price,`pay_period_rate`, |
|
|
|
|