|
|
|
@@ -82,7 +82,7 @@ |
|
|
|
<if test=" null != tenantId ">and br.`tenant_id` = #{tenantId}</if> |
|
|
|
<if test=" null != status ">and br.`status` = #{status}</if> |
|
|
|
<if test=" null != isDel ">and br.`is_del` = #{isDel}</if> |
|
|
|
<if test=" null != name ">and br.`name` = #{name}</if> |
|
|
|
<if test=" null != name ">and br.`name` like concat('%',#{name},'%')</if> |
|
|
|
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if> |
|
|
|
<if test=" null != payWay ">and br.`pay_way` = #{payWay}</if> |
|
|
|
|
|
|
|
|