Browse Source

미납금관리 버그 수정

marseyes 2 years ago
parent
commit
dcfb4ccff0

+ 3 - 3
src/main/java/com/oqpo/api/web/dto/response/loanmng/UnpaidMngListResponse.java

@@ -31,13 +31,13 @@ public class UnpaidMngListResponse {
31 31
     @ApiModelProperty(value = "정산요청일자")
32 32
     private String sttlReqDt;
33 33
     @ApiModelProperty(value = "정산요청금액")
34
-    private long sttlReqAmt;
34
+    private Long sttlReqAmt;
35 35
     @ApiModelProperty(value = "정산일자")
36 36
     private String sttlDt;
37 37
     @ApiModelProperty(value = "정산금액")
38
-    private long sttlAmt;
38
+    private Long sttlAmt;
39 39
     @ApiModelProperty(value = "계좌잔액")
40
-    private long acctBal;
40
+    private Long acctBal;
41 41
     @ApiModelProperty(value = "여신구분")
42 42
     private String loanDvsn;
43 43
     @ApiModelProperty(value = "여신구분명")