|
|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|