Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
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
tao.mo
2023-03-15 18:31:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8799eee379c6846e5874def7c1fa403f64c20eb1
8799eee3
1 parent
ab3360fb
hscode查询全量未赋值是否C类限制品名
mt 2023年3月15日18:31:14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/erry/iclear/dateInterface/service/HsCodeService.java
src/main/java/com/erry/iclear/dateInterface/service/HsCodeService.java
View file @
8799eee
...
...
@@ -146,6 +146,8 @@ public class HsCodeService {
ResultHsCode
resultHsCode
=
new
ResultHsCode
(
Boolean
.
FALSE
,
""
,
""
,
null
);
try
{
List
<
HsCode
>
hsCodeList
=
this
.
hsCodeRepository
.
findAllHsCodeList
();
//只能申报D类hscode监管条件hscode
this
.
setHscodeSupervise
(
hsCodeList
);
resultHsCode
.
setSuccess
(
Boolean
.
TRUE
);
resultHsCode
.
setCode
(
ErrorCodeEnum
.
SUCCESS
.
getCode
());
resultHsCode
.
setMsg
(
ErrorCodeEnum
.
SUCCESS
.
getName
());
...
...
Please
register
or
login
to post a comment