|
|
@@ -425,6 +425,9 @@ public class DeclareCustomsServiceImpl extends ServiceImpl<DeclareCustomsMapper,
|
|
|
auditProecessDTO.setProcessType("报关进口复审审批");
|
|
|
}
|
|
|
|
|
|
+ auditProecessDTO.setCorpsName(declare.getAbroadName());
|
|
|
+ auditProecessDTO.setCorpId(Long.valueOf(declare.getAbroadNo()));
|
|
|
+
|
|
|
} else if ("BGCK".equals(declareCustoms.getImportExportSigns())) {//报关出口审批流程
|
|
|
if (declare.getStatus() == 0) {
|
|
|
//是否开启流程
|
|
|
@@ -441,6 +444,9 @@ public class DeclareCustomsServiceImpl extends ServiceImpl<DeclareCustomsMapper,
|
|
|
auditProecessDTO.setTimes(2);
|
|
|
auditProecessDTO.setProcessType("报关出口复审审批");
|
|
|
}
|
|
|
+
|
|
|
+ auditProecessDTO.setCorpsName(declare.getDomesticName());
|
|
|
+ auditProecessDTO.setCorpId(Long.valueOf(declare.getDomesticNo()));
|
|
|
} else {
|
|
|
throw new SecurityException("缺少必要参数,审批失败");
|
|
|
}
|