Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wei.zhou
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jiaqi.xu
2021-07-05 16:34:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25051a1a4397c88302933f4b5d7a7145534c838d
25051a1a
1 parent
e4457a37
西门子数据添加申报口岸TSN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentService.java
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentService.java
View file @
25051a1
...
...
@@ -231,8 +231,10 @@ public class ChmConsignmentService {
if
(!
Objects
.
equals
(
transferWaybillStatusDictionaryEntries
,
null
)){
result
.
setConsStatusDic
(
transferWaybillStatusDictionaryEntries
);
result
.
setConsStatus
(
transferWaybillStatusDictionaryEntries
.
getChineseName
());
}
//申报口岸 固定值:天津口岸TSN
//西门子数据都为TSN口岸,可通过口岸查询查看
if
(
creator
.
equals
(
"IDE"
)){
result
.
setDeclaredPort
(
"TSN"
);
}
...
...
Please
register
or
login
to post a comment