Compare commits
2 Commits
e990b62e16
...
c2d6dcdbab
| Author | SHA1 | Date | |
|---|---|---|---|
| c2d6dcdbab | |||
| 8c479db149 |
@ -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 =
|
||||
|
||||
@ -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 = "종료일")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user