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
4e01e501
Commit
4e01e501
authored
Jan 05, 2023
by
yuanliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pacs004001Parse50Field解决other数组问题
parent
5dd35f6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Pacs004001Parse50Field.java
...ft/mt2mx/pacs004001/mt103retn/Pacs004001Parse50Field.java
+2
-2
No files found.
swiftCore/src/main/java/com/brilliance/swift/mt2mx/pacs004001/mt103retn/Pacs004001Parse50Field.java
View file @
4e01e501
...
...
@@ -46,7 +46,7 @@ public class Pacs004001Parse50Field extends AbstractMt2MxPacs004001ParseField {
if
(
partyIdentifier
.
startsWith
(
"/"
))
{
//(Account)
Map
<
String
,
Object
>
othrMap
=
MapUtil
.
puts
(
"id"
,
Mx2MtConstants
.
MT_TO_MX_DEFAULT_VALUE
);
MapUtil
.
put
s
(
txInfMaps
,
"rtrChain/dbtr/pty/id/orgId/othr"
,
othrMap
);
MapUtil
.
add
s
(
txInfMaps
,
"rtrChain/dbtr/pty/id/orgId/othr"
,
othrMap
);
MapUtil
.
puts
(
othrMap
,
"schmeNm/cd"
,
OrganisationIdentificationCode
.
TXID
);
}
else
{
//(Code)(Country Code)(Identifier)
...
...
@@ -75,7 +75,7 @@ public class Pacs004001Parse50Field extends AbstractMt2MxPacs004001ParseField {
MapUtil
.
puts
(
txInfMaps
,
"rtrChain/dbtr/agt/finInstnId/clrSysMmbId"
,
clrSysMmbIdMap
);
}
else
{
Map
<
String
,
Object
>
othrMap
=
MapUtil
.
puts
(
"id"
,
Mx2MtConstants
.
MT_TO_MX_DEFAULT_VALUE
);
MapUtil
.
put
s
(
txInfMaps
,
"rtrChain/dbtr/pty/id/orgId/othr"
,
othrMap
);
MapUtil
.
add
s
(
txInfMaps
,
"rtrChain/dbtr/pty/id/orgId/othr"
,
othrMap
);
MapUtil
.
puts
(
othrMap
,
"schmeNm/cd"
,
OrganisationIdentificationCode
.
TXID
);
Map
<
String
,
Object
>
ptyMap
=
new
HashMap
<
String
,
Object
>();
mt_to_mxPartyNameAndAddress
(
field50K
.
getNameAndAddress
(),
ptyMap
);
...
...
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