표준 전문의 BIZ_DATA(개별부) path를 mapping config properties 파일 설정으로 변경
- standard-message-mapping-config-djb.properties 참고 - 배열 형태의 경우, path를 정상적으로 적용 못하는 문제 우회
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user