Commit dd8e22ba by wuzhe

camt10700101修改59域

parent fa4954ca
......@@ -33,6 +33,9 @@ public class Field59Generate extends AbstractMx2MtTagsGenerate {
if (structuredAddressIndicator){
String nameAddress = mx_to_mtPartyNameAndAddressLEI2(partyPath, "3/");
tags.add(new Tag(name_59F, nameAddress));
} else {
String nameAddress = mx_to_mtPartyNameAndUnstructuredAddress(partyPath);
tags.add(new Tag(name, nameAddress));
}
} else {
String nameAddress = mx_to_mtPartyNameAndUnstructuredAddress(partyPath);
......
......@@ -69,10 +69,9 @@
<Pyee>
<Nm>EWQ</Nm>
<!--59F-->
<!-- <PstlAdr>-->
<!-- <Ctry>OOOOO</Ctry>-->
<!-- <AdrLine>PPPPPP</AdrLine>-->
<!-- </PstlAdr>-->
<PstlAdr>
<AdrLine>PPPPPP</AdrLine>
</PstlAdr>
</Pyee>
</Chq>
</ChqPresntmntNtfctn>
......
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