@@ -169,6 +169,9 @@
<if test="businessId != null and businessId != ''">
AND qb.business_id = #{businessId}
</if>
+ <if test="type != null and type != ''">
+ AND q.type = #{type}
+ </if>
<if test="prefixName != null and prefixName != ''">
AND q.prefix_name like concat('%', #{prefixName}, '%')