This commit is contained in:
commit
6b1d633391
|
|
@ -196,7 +196,9 @@ public class PmsProjectRepositoryServiceImpl implements IPmsProjectRepositorySer
|
|||
queryParams.put("limit", String.valueOf(limit));
|
||||
queryParams.put("sort_by", sortBy);
|
||||
queryParams.put("sort_direction", "desc");
|
||||
queryParams.put("actived", actived ? "true" : "false");
|
||||
if (actived != null) {
|
||||
queryParams.put("actived", actived ? "true" : "false");
|
||||
}
|
||||
if (StringUtils.isNotEmpty(projectRepositoryIds)) {
|
||||
queryParams.put("pm_project_repository_ids", projectRepositoryIds);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue