@ -118,7 +118,7 @@ public class SntrisBean extends AbstractBean {
public List<Ye22NoticeInfoDTO> getPreNoticeList(Ye22InputDTO input) {
try {
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) {
throw runtimeException(e);
}