Skip to content

Commit

Permalink
#538 Fix the query cidata for type 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxuzhesi committed Dec 26, 2019
1 parent 9660073 commit 0f50821
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ public QueryResponse<CiData> queryCiDataByType(Integer ciTypeId, QueryRequest qu
}
});
queryObject.addInFilter("guid", ciDataIds);
queryObject.getDialect().setShowCiHistory(true);
return ciService.query(ciTypeId, queryObject);
}

Expand Down

0 comments on commit 0f50821

Please sign in to comment.