Commit 1a3f4000 by 裴大威

Merge branch 'fix-1002614' into 'master'

1002614 搜索记录结果去重

See merge request rays/pcloud-book!614
parents ab51df19 4080afca
......@@ -128,6 +128,7 @@
and c.is_delete=0
and a.wechat_user_id is not null
and a.wechat_user_id=#{wechatUserId}
group by a.book_id
order by a.create_time desc
</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