<if test='type != null and type!= ""' > and type = #{type} </if>
<if test='type != null' > and type = #{type} </if>