|
|
@@ -814,7 +814,7 @@ |
|
|
|
|
|
|
|
|
<if test=" null != tenantId"> and tt.tenant_id = #{tenantId} </if> |
|
|
<if test=" null != tenantId"> and tt.tenant_id = #{tenantId} </if> |
|
|
<if test=" null != merchantId"> and tt.id = #{merchantId} </if> |
|
|
<if test=" null != merchantId"> and tt.id = #{merchantId} </if> |
|
|
<if test=" null != merchantName"> and tt.name like concat('%', #{merchantName},'%') </if> |
|
|
|
|
|
|
|
|
<if test=" null != merchantName and ''!=merchantName">and tt.name like concat('%', #{merchantName},'%')</if> |
|
|
<if test=" null != rentShopType"> and tt.rent_shop_type = #{rentShopType} </if> |
|
|
<if test=" null != rentShopType"> and tt.rent_shop_type = #{rentShopType} </if> |
|
|
|
|
|
|
|
|
<if test=" null != sortColumns"> order by ${sortColumns} </if> |
|
|
<if test=" null != sortColumns"> order by ${sortColumns} </if> |
|
|
|