<@cms_comment>

评论列表标签

标签名

<@cms_comment>

标签描述

获取评论数据列表,内嵌<#list DataList as comment>${comment.name}</#list>遍历数据

标签属性

属性名类型必填可用值描述默认值
pageBOOLEANtrue=是
false=否
是否分页获取数据false
sizeINTEGER (分页)数据条数,默认:10
conditionSTRING 扩展sql条件语句,例如:title like 'a%'
uidINTEGER 用户ID
typeSTRING 来源类型cms_content

标签数据属性

属性名描述类型
auditStatus评论审核状态Integer
clientType客户端类型String
commentId评论IDLong
commentTime评论提交时间LocalDateTime
content评论内容String
delFlag删除标识Integer
ip用户IPString
likeCount点赞数Integer
location用户归属地String
parentId父级评论IDLong
replyCount回复数int
replyList回复列表List<com.chestnut.comment.domain.Comment>
replyUid回复的用户IDLong
sourceId来源唯一标识String
sourceTitle来源标题String
sourceType来源分类String
sourceUrl来源URLString
uid评论用户IDLong
userAgentUserAgentString

内容导航