mirror of
https://git.hmsn.ink/kospo/svcm/api.git
synced 2026-03-20 00:32:17 +09:00
오류 수정
This commit is contained in:
@@ -33,28 +33,6 @@ public class SlipController {
|
|||||||
private final FileUtils fileUtils;
|
private final FileUtils fileUtils;
|
||||||
private final SlipService slipService;
|
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 = "임시, 확정 전표 상세 조회")
|
@Operation(summary = "전표 상세 조회", description = "임시, 확정 전표 상세 조회")
|
||||||
@ApiResponses({
|
@ApiResponses({
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ public class SignDocServiceImpl implements SignDocService {
|
|||||||
.writerId("psn14020")
|
.writerId("psn14020")
|
||||||
.writerName("조진우")
|
.writerName("조진우")
|
||||||
.sendDate(CommonUtils.dateFormat("yyyyMMddHHmmss"))
|
.sendDate(CommonUtils.dateFormat("yyyyMMddHHmmss"))
|
||||||
.docUrl("http://mikep4.kospo.co.kr")
|
.docUrl("http://mikep4.kospo.co.kr/" + transactionKey)
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user