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
96b44192
Commit
96b44192
authored
Jan 03, 2023
by
zhanghou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改camt054的56域的逻辑顺序,解决节点值显示不完全的缺陷
parent
ffe337b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
Camt054001Parse56Field.java
...e/swift/mt2mx/camt054001/impl/Camt054001Parse56Field.java
+13
-7
No files found.
swiftCore/src/main/java/com/brilliance/swift/mt2mx/camt054001/impl/Camt054001Parse56Field.java
View file @
96b44192
...
...
@@ -40,7 +40,6 @@ public class Camt054001Parse56Field extends AbstractMt2MxCamt054001ParseField {
String
account
=
""
;
if
(
field56A
!=
null
){
String
bicCode
=
field56A
.
getBIC
();
mt_to_mxBICFI
(
bicCode
,
intrmyAgt1Maps
);
if
(
StringUtil
.
isNotEmpty
(
field56A
.
getComponent1
()))
{
account
=
"/"
+
field56A
.
getComponent1
();
}
...
...
@@ -52,6 +51,13 @@ public class Camt054001Parse56Field extends AbstractMt2MxCamt054001ParseField {
mt_to_mxClearingIdentifier
(
account
,
clrSysMmbIdMaps
);
}
}
if
(
clrSysMmbIdMaps
.
size
()>
0
){
finInstnIdMaps
.
put
(
"clrSysMmbId"
,
clrSysMmbIdMaps
);
}
if
(
finInstnIdMaps
.
size
()>
0
){
intrmyAgt1Maps
.
put
(
"finInstnId"
,
finInstnIdMaps
);
}
mt_to_mxBICFI
(
bicCode
,
intrmyAgt1Maps
);
}
if
(
field56D
!=
null
)
{
if
(
StringUtil
.
isNotEmpty
(
field56D
.
getComponent1
()))
{
...
...
@@ -65,15 +71,15 @@ public class Camt054001Parse56Field extends AbstractMt2MxCamt054001ParseField {
mt_to_mxClearingIdentifier
(
account
,
clrSysMmbIdMaps
);
}
}
if
(
clrSysMmbIdMaps
.
size
()>
0
){
finInstnIdMaps
.
put
(
"clrSysMmbId"
,
clrSysMmbIdMaps
);
}
if
(
finInstnIdMaps
.
size
()>
0
){
intrmyAgt1Maps
.
put
(
"finInstnId"
,
finInstnIdMaps
);
}
String
nameAddress
=
field56D
.
getNameAndAddress
();
mt_to_mxFinancialInstitutionNameAndUnstructuredAddress
(
nameAddress
,
intrmyAgt1Maps
);
}
if
(
clrSysMmbIdMaps
.
size
()>
0
){
finInstnIdMaps
.
put
(
"clrSysMmbId"
,
clrSysMmbIdMaps
);
}
if
(
finInstnIdMaps
.
size
()>
0
){
intrmyAgt1Maps
.
put
(
"finInstnId"
,
finInstnIdMaps
);
}
if
(
intrmyAgt1Maps
.
size
()>
0
){
rltdAgtsMaps
.
put
(
"intrmyAgt1"
,
intrmyAgt1Maps
);
}
...
...
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