adapter객체 못찾오는 부분 수정

This commit is contained in:
jaewohong
2025-11-25 16:26:33 +09:00
parent 115f3a3301
commit 694878155b
@@ -175,7 +175,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
return null;
}
//**
//** jwhong TSEAIHS04의 api full path와 비교하여 adapter를 가져온다
STDMessageDAO dao = ApplicationContextProvider.getContext().getBean(STDMessageDAO.class);
StandardMessageInfo stdInfo = dao.getSTDMsgByPath(apiUri);
String serviceKey = stdInfo.getBzwksvckeyname();