Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftMtMx
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
swiftMtMx
Commits
fa4954ca
Commit
fa4954ca
authored
Jun 27, 2023
by
wuzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
camt10700101修改50K换行
parent
d55b01d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Field50aGenerate.java
...m/brilliance/swift/mx2mt/mt110/impl/Field50aGenerate.java
+6
-2
No files found.
swiftCore/src/main/java/com/brilliance/swift/mx2mt/mt110/impl/Field50aGenerate.java
View file @
fa4954ca
...
...
@@ -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
));
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment