@@ -85,6 +85,9 @@
or b.name_ like concat('%',#{param.search},'%')
)
</if>
+ <if test="param.type != null and param.type != ''">
+ and b.type_ = #{param.type}
+ </if>
</where>
</select>