표준 전문의 BIZ_DATA(개별부) path를 mapping config properties 파일 설정으로 변경

- standard-message-mapping-config-djb.properties 참고
- 배열 형태의 경우, path를 정상적으로 적용 못하는 문제 우회
This commit is contained in:
curry772
2026-06-12 08:55:42 +09:00
parent 2354af516c
commit 23eaf725b6
4 changed files with 11 additions and 5 deletions
@@ -292,10 +292,10 @@ public class StandardMessageUtil {
}
}
} else {
if (curItem.getType() == StandardType.BIZDATA) {
message.setBizDataPath(getFullPath(parentPath, curItem.getName()));
logger.debug("@@@ BIZ DATA PATH = {}", message.getBizDataPath());
}
// if (curItem.getType() == StandardType.BIZDATA) {
// message.setBizDataPath(getFullPath(parentPath, curItem.getName()));
// logger.debug("@@@ BIZ DATA PATH = {}", message.getBizDataPath());
// }
if (curItem.getDataType() == StandardDataType.LL_NUMBER) {
message.setLlDataPath(getFullPath(parentPath, curItem.getName()));