|
@@ -81,7 +81,7 @@ public class UnpaidMngInfoResponse {
|
81
|
81
|
return UnpaidMngInfoResponse.builder()
|
82
|
82
|
.sttlMgntUnqNo(entity.getSttlMgntUnqNo())
|
83
|
83
|
.sttlReqDt(entity.getSttlReqDt())
|
84
|
|
- .sttlDt(entity.getSttlDt())
|
|
84
|
+ .sttlDt(entity.getSttlDt() == null ? "" : entity.getSttlDt())
|
85
|
85
|
.brandId(entity.getBrandId())
|
86
|
86
|
.brandNm(entity.getBrandNm())
|
87
|
87
|
.storeId(entity.getStoreId())
|