Commit 283e651e by zhanghou

修改mt2mx中AbstractMt2MxParseField类中mt_to_mxAnyBIC方法传入xml路径错误

parent 96b44192
...@@ -186,7 +186,7 @@ public abstract class AbstractMt2MxParseField implements Mt2MxParseField { ...@@ -186,7 +186,7 @@ public abstract class AbstractMt2MxParseField implements Mt2MxParseField {
if (StringUtil.isEmpty(mtBicCode)) { if (StringUtil.isEmpty(mtBicCode)) {
return; return;
} }
MapUtil.puts(maps, "id/othr/anyBIC", mtBicCode); MapUtil.puts(maps, "id/orgId/anyBIC", mtBicCode);
} }
/** /**
......
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