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

--no commit message

上级 e454d744
......@@ -67,6 +67,7 @@ public interface FgCommentMapper extends BaseMapper<Comment> {
+ "<if test = 'userId != null' >"
+ "and (status = 1 or (userId = #{userId} and status !=2) ) "
+ "</if>"
+ "order by releaseTime desc"
+ "</script>")
List<FgCommentDetailsVo> pageReply(@Param("mainId")Integer mainId, @Param("userId")String userId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论