提交 5c30515d authored 作者: liupengfei's avatar liupengfei

--no commit message

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