|
@@ -100,7 +100,7 @@ public class Ceb311CustiomsResponse implements CebCustomsResponse{
|
|
//海关回执
|
|
//海关回执
|
|
if(orderCustiomsResponse.getCusResultStatusDto() != null){
|
|
if(orderCustiomsResponse.getCusResultStatusDto() != null){
|
|
CusResultStatusDto cusResultStatusDto = orderCustiomsResponse.getCusResultStatusDto();
|
|
CusResultStatusDto cusResultStatusDto = orderCustiomsResponse.getCusResultStatusDto();
|
|
- if(Contants.CUS_STORAGE.equals(cusResultStatusDto.getCode())){
|
|
|
|
|
|
+ if(Contants.CUS_DECLARATION.equals(cusResultStatusDto.getCode())){
|
|
cusOrderStatus.setCusRespStatus(Contants.SUCCESS_STATUS);
|
|
cusOrderStatus.setCusRespStatus(Contants.SUCCESS_STATUS);
|
|
}
|
|
}
|
|
if(Contants.CUS_CHARGEBACK.equals(cusResultStatusDto.getCode()) || Contants.CUS_FAIL.equals(cusResultStatusDto.getCode())){
|
|
if(Contants.CUS_CHARGEBACK.equals(cusResultStatusDto.getCode()) || Contants.CUS_FAIL.equals(cusResultStatusDto.getCode())){
|
|
@@ -123,7 +123,7 @@ public class Ceb311CustiomsResponse implements CebCustomsResponse{
|
|
|
|
|
|
int cusOrderSta = cusOrderStatusService.updateCusOrderStatus(cusOrderStatus);
|
|
int cusOrderSta = cusOrderStatusService.updateCusOrderStatus(cusOrderStatus);
|
|
if(cusOrderSta != 1){
|
|
if(cusOrderSta != 1){
|
|
- LOGGER.info("电子订单海关回执更新数据失败");
|
|
|
|
|
|
+ LOGGER.info("电子订单国检回执更新数据失败");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|