광주은행 표준전문 관련 작업

This commit is contained in:
yunjy-hp
2025-12-09 13:47:00 +09:00
parent 3dd7c141f7
commit 616b2a36f3
9 changed files with 735 additions and 26 deletions
@@ -65,7 +65,7 @@ public class InterfaceMapperKJB extends DefaultInterfaceMapper {
@Override
public String getOrgGuid(StandardMessage standardMessage) {
String orgGuid = getItemValue(standardMessage, getPath(GUID_ORG));
String orgGuid = getItemValue(standardMessage, getPath(GUID));
if (orgGuid.length() == 36) {
orgGuid = orgGuid.substring(0, 33);
}