提交 f86d77a0 编写于 作者: O o2sword

评论搜索增加categoryId条件

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