Commit 4080afca by 曾迫

1002614 搜索记录结果去重

parent ab51df19
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
and c.is_delete=0 and c.is_delete=0
and a.wechat_user_id is not null and a.wechat_user_id is not null
and a.wechat_user_id=#{wechatUserId} and a.wechat_user_id=#{wechatUserId}
group by a.book_id
order by a.create_time desc order by a.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