Commit dd8e22ba by wuzhe

camt10700101修改59域

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