오류 수정

This commit is contained in:
2025-05-27 07:08:16 +00:00
parent 044b6ac492
commit 89f6db6dec
2 changed files with 1 additions and 23 deletions

View File

@@ -33,28 +33,6 @@ public class SlipController {
private final FileUtils fileUtils;
private final SlipService slipService;
// @Operation(summary = "전표 목록 조회", description = "임시, 확정 전표 조회")
// @ApiResponses({
// @ApiResponse(description = "Success", responseCode = "200",
// content = @Content(mediaType = "application/json",
// schema = @Schema(oneOf =
// {Pageable.class}))),
// @ApiResponse(description = "Not found", responseCode = "404",
// content = @Content(mediaType = "text/plain", schema = @Schema(oneOf =
// {String.class}))),
// @ApiResponse(description = "Internal Error", responseCode = "500",
// content = @Content(mediaType = "application/json", schema = @Schema(oneOf =
// {CustomErrorResponse.class })))
// })
// @GetMapping("/slip/page")
// public ResponseEntity findExternalEstimateSearchPage(
// @Parameter(description = "페이지") @RequestParam("page") int page,
// @Parameter(description = "아이템갯수") @RequestParam("row") int row,
// Principal principal
// ) {
// Pageable pageable = PageRequest.of(page -1, row);
// return null;
// }
@Operation(summary = "전표 상세 조회", description = "임시, 확정 전표 상세 조회")
@ApiResponses({

View File

@@ -55,7 +55,7 @@ public class SignDocServiceImpl implements SignDocService {
.writerId("psn14020")
.writerName("조진우")
.sendDate(CommonUtils.dateFormat("yyyyMMddHHmmss"))
.docUrl("http://mikep4.kospo.co.kr")
.docUrl("http://mikep4.kospo.co.kr/" + transactionKey)
.build());
}