|
|
|
@@ -68,6 +68,7 @@ |
|
|
|
<result column="subject_name" property="subjectName"/> |
|
|
|
<result column="rent_start_type" property="rentStartType"/> |
|
|
|
<result column="shop_name" property="shopName"/> |
|
|
|
<result column="from_id" property="fromId"/> |
|
|
|
|
|
|
|
<result column="rent_input_way" property="rentInputWay"/> |
|
|
|
<result column="adjust_ratio_way" property="adjustRatioWay"/> |
|
|
|
@@ -84,7 +85,7 @@ |
|
|
|
`tenant_id`,`parent_tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,`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`, |
|
|
|
`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, |
|
|
|
`rent_input_way`,`adjust_ratio_way`,`operation_type`,late_pay_ratio,late_pay_day,bus_discount_ratio,bus_discount_time |
|
|
|
@@ -94,6 +95,7 @@ |
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
where 1 = 1 |
|
|
|
<if test=" null != id ">and `id` = #{id}</if> |
|
|
|
<if test=" null != fromId ">and `from_id` = #{fromId}</if> |
|
|
|
<if test=" null != merchantId and '' != merchantId">and `merchant_id` = #{merchantId}</if> |
|
|
|
<if test=" null != price and '' != price">and `price` = #{price}</if> |
|
|
|
<if test=" null != rentalStartDate and '' != rentalStartDate">and `rental_start_date` = #{rentalStartDate}</if> |
|
|
|
|