Compare commits
No commits in common. "c2d6dcdbab2121fc78de1a9f511d44356210e9fb" and "e990b62e1618ae78cb09411bfeb3ed1cdcc2084d" have entirely different histories.
c2d6dcdbab
...
e990b62e16
@ -36,7 +36,7 @@ public class ExcelDownController {
|
||||
|
||||
QuotResponse quotRes = new QuotResponse();
|
||||
|
||||
if ("1".equals(quotRequest.getSch_selectType())) {
|
||||
if ("1".equals(quotRequest.getSch_select_type())) {
|
||||
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_selectType;
|
||||
private String sch_select_type;
|
||||
@Schema(description = "시작일")
|
||||
private String sch_startDt;
|
||||
@Schema(description = "종료일")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user