Commit 75a2298c by yuanliang Committed by zhanghou

将59域修改合并到其它分支

parent 4e01e501
......@@ -48,15 +48,15 @@ public class Pacs004001Parse59Field extends AbstractMt2MxPacs004001ParseField {
}
} else {
Map<String, Object> othrMap = MapUtil.puts("id", Mx2MtConstants.MT_TO_MX_DEFAULT_VALUE);
MapUtil.puts(txInfMaps, "rtrChain/cdtr/pty/id/orgId/othr", othrMap);
Map<String, Object> ptyMap = new HashMap<String, Object>();
MapUtil.adds(txInfMaps, "rtrChain/cdtr/pty/id/orgId/othr", othrMap);
Map<String, Object> ptyMap = new HashMap<String,Object>();
mt_to_mxPartyNameAndAddress(field59.getNameAndAddress(), ptyMap);
MapUtil.puts(txInfMaps, "rtrChain/cdtr/pty", ptyMap);
}
}
if (tag59A != null) {
Map<String, Object> othrMap = MapUtil.puts("id", Mx2MtConstants.MT_TO_MX_DEFAULT_VALUE);
MapUtil.puts(txInfMaps, "rtrChain/cdtr/pty/id/orgId/othr", othrMap);
MapUtil.adds(txInfMaps, "rtrChain/cdtr/pty/id/orgId/othr", othrMap);
MapUtil.puts(txInfMaps, "rtrChain/cdtr/pty/id/orgId/anyBIC", ((Field59A) tag59A.asField()).getBIC());
}
if (tag59F != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment