Commit 016ac10c by lixinyi

054报文32域特殊处理

parent 68dfbf7e
...@@ -184,7 +184,7 @@ public class MxMessageReader { ...@@ -184,7 +184,7 @@ public class MxMessageReader {
} }
} }
tag = swiftBlock4.getTagByName("32A"); tag = swiftBlock4.getTagByName("32A");
if (tag != null) { if (tag != null && !"camt054001".equals(str.getMxType().substring(0,10))) {
Field32A field32A = (Field32A)tag.asField(); Field32A field32A = (Field32A)tag.asField();
infMap.put("vludat", field32A.getDate()); infMap.put("vludat", field32A.getDate());
infMap.put("amt", field32A.getAmount().replace(",", ".")); infMap.put("amt", field32A.getAmount().replace(",", "."));
......
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