Commit 4898a58a by gechengyang

提交测试类

parent e8fcfa39
...@@ -28,7 +28,7 @@ Change Log ...@@ -28,7 +28,7 @@ Change Log
</FinInstnId> </FinInstnId>
</FIId> </FIId>
</To> </To>
<BizMsgIdr>pacs9bizmsgidr02</BizMsgIdr> <BizMsgIdr>pacs9bizmsgidr03</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>pacs9bizmsgidr02</InstrId> <InstrId>pacs9bizmsgidr0401</InstrId>
<EndToEndId>pacs8bizmsgidr01</EndToEndId> <EndToEndId>pacs8bizmsgidr01</EndToEndId>
<UETR>8a562c67-ca16-48ba-b074-65581be6f001</UETR> <UETR>8a562c67-ca16-48ba-b074-65581be6f001</UETR>
</PmtId> </PmtId>
......
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);
}
}
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