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
97a641b7
Commit
97a641b7
authored
Jul 22, 2024
by
lixinyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ncbgjzf' into ncbgjzf
parents
6afedd78
4898a58a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
MxPacs00900108_COV.xml
swiftCore/src/main/resources/swiftXml/MxPacs00900108_COV.xml
+2
-2
MethodTest.java
swiftCore/src/test/java/com/brilliance/MethodTest.java
+14
-0
No files found.
swiftCore/src/main/resources/swiftXml/MxPacs00900108_COV.xml
View file @
97a641b7
...
@@ -28,7 +28,7 @@ Change Log
...
@@ -28,7 +28,7 @@ Change Log
</FinInstnId>
</FinInstnId>
</FIId>
</FIId>
</To>
</To>
<BizMsgIdr>
pacs9bizmsgidr0
2
</BizMsgIdr>
<BizMsgIdr>
pacs9bizmsgidr0
3
</BizMsgIdr>
<MsgDefIdr>
pacs.009.001.08
</MsgDefIdr>
<MsgDefIdr>
pacs.009.001.08
</MsgDefIdr>
<BizSvc>
swift.cbprplus.adv.02
</BizSvc>
<BizSvc>
swift.cbprplus.adv.02
</BizSvc>
<CreDt>
2021-05-17T10:23:41.00+01:00
</CreDt>
<CreDt>
2021-05-17T10:23:41.00+01:00
</CreDt>
...
@@ -45,7 +45,7 @@ Change Log
...
@@ -45,7 +45,7 @@ Change Log
</GrpHdr>
</GrpHdr>
<CdtTrfTxInf>
<CdtTrfTxInf>
<PmtId>
<PmtId>
<InstrId>
pacs9bizmsgidr0
2
</InstrId>
<InstrId>
pacs9bizmsgidr0
401
</InstrId>
<EndToEndId>
pacs8bizmsgidr01
</EndToEndId>
<EndToEndId>
pacs8bizmsgidr01
</EndToEndId>
<UETR>
8a562c67-ca16-48ba-b074-65581be6f001
</UETR>
<UETR>
8a562c67-ca16-48ba-b074-65581be6f001
</UETR>
</PmtId>
</PmtId>
...
...
swiftCore/src/test/java/com/brilliance/MethodTest.java
0 → 100644
View file @
97a641b7
package
com
.
brilliance
;
import
org.junit.Test
;
public
class
MethodTest
{
@Test
public
void
test
(){
byte
bb
=
2
;
byte
i
=
(
byte
)
(
bb
&
128
);
System
.
out
.
println
(
"result="
+
i
);
System
.
out
.
println
(
2
&
2
);
}
}
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