@@ -37,6 +37,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="categoryId != null and categoryId != ''">
AND qb.category_id = #{categoryId}
</if>
+ <if test="typeId != null and typeId != ''">
+ AND qb.typeId = #{typeId}
+ </if>
</select>
</mapper>