提交 234896d9 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 d4d094c1
......@@ -107,7 +107,8 @@ public interface FgTalkMapper extends BaseMapper<Talk> {
@Select("<script>"
+ " select t.* from collection c left join talk t on c.memberId = t.authorId "
+ " where t.status=1 and t.talkType=0 and c.memberId = #{id} "
+ " group by t.id " + " order by c.createTime desc" + "</script>")
+ " group by t.id " + " order by c.createTime desc "
+ "</script>")
List<Talk> selectCollection(@Param("id") Integer id);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论