Commit e1163d49 by 朱亚洁

高峰期关键词回复

parent 712acea2
......@@ -228,7 +228,8 @@
bk.is_delete = 0 AND k.is_delete = 0
AND classify_id in (0, ${classifyId})
AND book_group_id = #{bookGroupId}
order by set_type desc, matching_rule desc, bk.id desc
GROUP BY k.id
order by set_type desc, matching_rule desc, bk.id desc
</select>
<select id="getKeywordIds" resultType="ReplyKeywordDTO" parameterType="map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment