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
96673f33
Commit
96673f33
authored
Jun 22, 2022
by
zhanghou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了getMsg的方法
parent
dfd948cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
AbstractMx2MtTagsGenerate.java
...com/brilliance/swift/mx2mt/AbstractMx2MtTagsGenerate.java
+2
-2
TestMx2MtFor950.java
...test/java/com/brilliance/mx2mt/mt950/TestMx2MtFor950.java
+1
-0
No files found.
swiftCore/src/main/java/com/brilliance/swift/mx2mt/AbstractMx2MtTagsGenerate.java
View file @
96673f33
...
...
@@ -1324,9 +1324,9 @@ public abstract class AbstractMx2MtTagsGenerate implements Mx2MtTagsGenerate {
return
"202"
;
}
else
if
(
mtType
.
startsWith
(
"pacs.010"
)){
return
"204"
;
}
else
if
(
mtType
.
matches
(
"
/MT10[0-9]{1}/
"
)){
}
else
if
(
mtType
.
matches
(
"
MT10[0-9]{1}
"
)){
return
mtType
.
substring
(
2
);
}
else
if
(
mtType
.
matches
(
"
/MT20[0-9]{1}/
"
)){
}
else
if
(
mtType
.
matches
(
"
MT20[0-9]{1}
"
)){
return
mtType
.
substring
(
2
);
}
else
{
return
"202"
;
...
...
swiftCore/src/test/java/com/brilliance/mx2mt/mt950/TestMx2MtFor950.java
View file @
96673f33
package
com
.
brilliance
.
mx2mt
.
mt950
;
import
com.brilliance.swift.constants.Mx2MtConstants
;
import
com.brilliance.swift.mx2mt.Mx2MtCreatorManager
;
import
org.apache.commons.io.FileUtils
;
...
...
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