提交 b1d9172b authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 ff7800e2
......@@ -99,7 +99,7 @@ public interface FgCommentMapper extends BaseMapper<Comment> {
//查询资源下所有主评论数量
@Select("<script>"
+ " SELECT count(*) FROM sys_comment WHERE mainId = '0' and "
+ " resourceId = #{resourceId} and status ='1'"
+ " resourceId = #{resourceId} and status ='1' "
+ "</script>")
Integer selectCountNum(@Param("resourceId")String resourceId);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论