Commit 506d3c9d by 裴大威

fix 关键词重复bug

parent 002a8591
...@@ -261,6 +261,7 @@ ...@@ -261,6 +261,7 @@
<if test="classifyId!=null"> <if test="classifyId!=null">
AND t.classify_id=#{classifyId} AND t.classify_id=#{classifyId}
</if> </if>
GROUP BY t.keyword_id
order by t.create_time desc order by t.create_time desc
</select> </select>
......
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