|
|
|
@@ -46,7 +46,7 @@ |
|
|
|
`tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,`pay_date`,`is_del`,`merchant_name`, |
|
|
|
`brand`,`business_id`,`shop_type`,`shop_id`,`updatetime`,`createtime`,`link_person`,`link_phone`, |
|
|
|
`pay_account`,`filename`,`lease`,`type`,`revenue`,`adjust_ratio`,`adjust_period`,`pay_ratio`, |
|
|
|
`start_date`,`end_date`,`apply_status`,`bank_name`,'rent_shop_type' |
|
|
|
`start_date`,`end_date`,`apply_status`,`bank_name`,`rent_shop_type` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
@@ -80,7 +80,7 @@ |
|
|
|
<if test=" null != type ">and `type` = #{type}</if> |
|
|
|
<if test=" null != startDate ">and `start_date` = #{startDate}</if> |
|
|
|
<if test=" null != endDate ">and `end_date` = #{endDate}</if> |
|
|
|
|
|
|
|
<if test=" null != rentShopType ">and `rent_shop_type` = #{rentShopType}</if> |
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
|
and id in |
|
|
|
|