提交 64a7a7b3 编写于 作者: O o2sword

增加评论ategoryId字段查询

上级 8798fea5
......@@ -156,7 +156,7 @@ public class WrapInQueryDocumentCommentInfo {
if( StringUtils.isNotEmpty( this.getAppId() )) {
queryFilter.addEqualsTerm( new EqualsTerm( "appId", this.getAppId() ) );
}
if( StringUtils.isNotEmpty( this.getAppId() )) {
if( StringUtils.isNotEmpty( this.getCategoryId() )) {
queryFilter.addEqualsTerm( new EqualsTerm( "categoryId", this.getCategoryId() ) );
}
if( StringUtils.isNotEmpty( this.getDocumentId() )) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册