|
|
|
@@ -84,9 +84,9 @@ |
|
|
|
left join wx_shop s on br.shop_id=s.id |
|
|
|
<where> |
|
|
|
<if test=" null != id ">and br.`id` = #{id}</if> |
|
|
|
<if test=" null != freeze ">and br.`freeze` = #{freeze}</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 m.`name` like concat('%',#{merchantName},'%')</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 ''!=name">and br.`name` = #{name}</if> |
|
|
|
|