Commit fa4954ca by wuzhe

camt10700101修改50K换行

parent d55b01d6
......@@ -79,15 +79,19 @@ public class Field50aGenerate extends AbstractMx2MtTagsGenerate {
nameAddress = mx_to_mtPartyNameAndUnstructuredAddress(payerPath);
if (chePyerAcct > 0){
account = mx_to_mtAccount(bodyHdrParentElementName + ".Chq.PyerAcct");
tags.add(new Tag(name_50K, account + Mx2MtConstants.NEW_LINE + nameAddress));
}else {
tags.add(new Tag(name_50K, nameAddress));
}
tags.add(new Tag(name_50K, account + Mx2MtConstants.NEW_LINE + nameAddress));
}
}else if (pyerNm > 0){
nameAddress = mx_to_mtPartyNameAndUnstructuredAddress(payerPath);
if (chePyerAcct > 0){
account = mx_to_mtAccount(bodyHdrParentElementName + ".Chq.PyerAcct");
tags.add(new Tag(name_50K, account + Mx2MtConstants.NEW_LINE + nameAddress));
}else {
tags.add(new Tag(name_50K, nameAddress));
}
tags.add(new Tag(name_50K, account + Mx2MtConstants.NEW_LINE + nameAddress));
}
}
}
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