getPreNoticeList(..) 수정

master
mjkhan21 5 months ago
parent 8c61b13e3e
commit e731703454

@ -118,7 +118,7 @@ public class SntrisBean extends AbstractBean {
public List<Ye22NoticeInfoDTO> getPreNoticeList(Ye22InputDTO input) { public List<Ye22NoticeInfoDTO> getPreNoticeList(Ye22InputDTO input) {
try { try {
Ye22NoticeInfoDTO[] result = fileOfferWS.webGwaseInfo007(input); Ye22NoticeInfoDTO[] result = fileOfferWS.webGwaseInfo007(input);
return !isEmpty(result) ? List.of(fileOfferWS.webGwaseInfo007(input)) : Collections.emptyList(); return !isEmpty(result) ? List.of(result) : Collections.emptyList();
} catch (Exception e) { } catch (Exception e) {
throw runtimeException(e); throw runtimeException(e);
} }

Loading…
Cancel
Save