|
|
|
@@ -113,7 +113,9 @@ |
|
|
|
<if test=" null != depositStatus ">and d.`status` = #{depositStatus}</if> |
|
|
|
<if test=" null != id ">and br.`id` = #{id}</if> |
|
|
|
<if test=" null != merchantId ">and br.`merchant_id` = #{merchantId}</if> |
|
|
|
<if test=" null != merchantName and ''!=merchantName ">and m.`name` like concat('%',#{merchantName},'%')</if> |
|
|
|
<if test=" null != merchantName and ''!=merchantName ">and r.merchant_name like |
|
|
|
concat('%',#{merchantName},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != isDel ">and br.`is_del` = #{isDel}</if> |
|
|
|
<if test=" null != rentContractId ">and br.`rent_contract_id` = #{rentContractId}</if> |
|
|
|
<if test=" null != payWay ">and br.`pay_way` = #{payWay}</if> |
|
|
|
|