|
@@ -68,7 +68,7 @@ public class AuditVerificationAspect {
|
|
|
InsOrders insOrders = insOrdersService.getById(insAreaCompany.getOrderno());
|
|
InsOrders insOrders = insOrdersService.getById(insAreaCompany.getOrderno());
|
|
|
//查找费用 找不到则抛出异常
|
|
//查找费用 找不到则抛出异常
|
|
|
InsFeeOrderNew insFeeOrderNewByCompanyId = insFeeOrderNewService.getInsFeeOrderNewByCompanyId(companyId);
|
|
InsFeeOrderNew insFeeOrderNewByCompanyId = insFeeOrderNewService.getInsFeeOrderNewByCompanyId(companyId);
|
|
|
- if(insFeeOrderNewByCompanyId == null && insFeeOrderNewByCompanyId.getCostsId() == null){
|
|
|
|
|
|
|
+ if(insFeeOrderNewByCompanyId == null){
|
|
|
throw new SystemException("费用信息不匹配");
|
|
throw new SystemException("费用信息不匹配");
|
|
|
}
|
|
}
|
|
|
PtlAgreementProductCostsNew costsNew = ptlAgreementProductCostsNewService.getById(insFeeOrderNewByCompanyId.getCostsId());
|
|
PtlAgreementProductCostsNew costsNew = ptlAgreementProductCostsNewService.getById(insFeeOrderNewByCompanyId.getCostsId());
|