Skip to content

Commit 55ab0b2

Browse files
author
王灏
committed
[IMP] 代码调整
1 parent 8410d60 commit 55ab0b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/choerodon/devops/api/controller/v1/DevopsProjectQualityController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import org.springframework.beans.factory.annotation.Autowired;
66
import org.springframework.http.ResponseEntity;
77
import org.springframework.web.bind.annotation.*;
8-
import springfox.documentation.annotations.ApiIgnore;
98

109
import io.choerodon.core.domain.Page;
1110
import io.choerodon.core.iam.InitRoleCode;
@@ -43,7 +42,6 @@ public ResponseEntity<Page<SonarAnalyseIssueAuthorVO>> listMemberIssue(
4342
@ApiParam(value = "项目id", required = true)
4443
@PathVariable(value = "project_id") Long projectId,
4544
@RequestParam(value = "app_service_id") Long appServiceId,
46-
@ApiIgnore
4745
PageRequest pageRequest) {
4846
return ResponseEntity.ok(sonarAnalyseRecordService.listMemberIssue(projectId, appServiceId, pageRequest));
4947
}

0 commit comments

Comments
 (0)