Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -146,6 +146,8 @@ public class HsCodeService { | ... | @@ -146,6 +146,8 @@ public class HsCodeService { |
| 146 | ResultHsCode resultHsCode = new ResultHsCode(Boolean.FALSE,"","",null); | 146 | ResultHsCode resultHsCode = new ResultHsCode(Boolean.FALSE,"","",null); |
| 147 | try{ | 147 | try{ |
| 148 | List<HsCode> hsCodeList = this.hsCodeRepository.findAllHsCodeList(); | 148 | List<HsCode> hsCodeList = this.hsCodeRepository.findAllHsCodeList(); |
| 149 | + //只能申报D类hscode监管条件hscode | ||
| 150 | + this.setHscodeSupervise(hsCodeList); | ||
| 149 | resultHsCode.setSuccess(Boolean.TRUE); | 151 | resultHsCode.setSuccess(Boolean.TRUE); |
| 150 | resultHsCode.setCode(ErrorCodeEnum.SUCCESS.getCode()); | 152 | resultHsCode.setCode(ErrorCodeEnum.SUCCESS.getCode()); |
| 151 | resultHsCode.setMsg(ErrorCodeEnum.SUCCESS.getName()); | 153 | resultHsCode.setMsg(ErrorCodeEnum.SUCCESS.getName()); | ... | ... |
-
Please register or login to post a comment