dev #493

Merged
ysCha merged 8 commits from dev into prd-deploy 2026-05-06 17:51:04 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c2d6dcdbab - Show all commits

View File

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

View File

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