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