|
|
@@ -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() )) {
|