Commit ffe337b0 by zhanghou

修改mt72ins_to_mxAgent方法,将adrLine存值从string改为array

parent 64c1a2a7
......@@ -561,7 +561,7 @@ public abstract class AbstractMt2MxParseField implements Mt2MxParseField {
insLine = insLine.substring(0, 139) + "+";
}
MapUtil.puts(maps, key+"/finInstnId/nm", insLine);
MapUtil.puts(maps, key+"/finInstnId/pstlAdr/adrLine", Mx2MtConstants.MX_TO_MT_DEFAULT_VALUE);
MapUtil.adds(maps, key+"/finInstnId/pstlAdr/adrLine", Mx2MtConstants.MX_TO_MT_DEFAULT_VALUE);
}
}
}
......
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