提交 cb4f3d14 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 e4a0aae8
......@@ -76,7 +76,7 @@ public interface FgTalkMapper extends BaseMapper<Talk> {
* @date 2019年1月23日 上午10:03:11
*/
@Select("<script>"
+ " select t.* from reply r left join talk t r.talkId = t.id "
+ " select t.* from reply r left join talk t on r.talkId = t.id "
+ " where t.status=1 and t.talkType=0 and r.replyerId = #{id} "
+ " group by t.id "
+ " order by r.createDate desc "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论