과거 견적서 검색 변수명 변경

This commit is contained in:
DESKTOP-6E8S9S5\LEE 2026-05-06 11:06:32 +09:00
parent 9e3a5f4834
commit 8c479db149
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class ExcelDownController {
QuotResponse quotRes = new QuotResponse(); QuotResponse quotRes = new QuotResponse();
if ("1".equals(quotRequest.getSch_select_type())) { if ("1".equals(quotRequest.getSch_selectType())) {
List<QuotPlanResponse> quotPlanExclDownData = List<QuotPlanResponse> quotPlanExclDownData =
excelDownService.selectQuotPlanExclDownData(quotRequest); excelDownService.selectQuotPlanExclDownData(quotRequest);
List<QuotItemResponse> quotItemExclDownData = List<QuotItemResponse> quotItemExclDownData =

View File

@ -12,7 +12,7 @@ public class QuotRequest {
@Schema(description = "Language Code") @Schema(description = "Language Code")
private String langCd; private String langCd;
@Schema(description = "조회타입") @Schema(description = "조회타입")
private String sch_select_type; private String sch_selectType;
@Schema(description = "시작일") @Schema(description = "시작일")
private String sch_startDt; private String sch_startDt;
@Schema(description = "종료일") @Schema(description = "종료일")