|
|
@@ -226,7 +226,7 @@ public class QuoteVerificationAspect {
|
|
|
}
|
|
|
//默认协议走逻辑判断 且不在排除部门中走默认判断逻辑
|
|
|
if(StringUtils.isNotBlank(isTaxSource) && "1".equals(isTaxSource) && isExclude){
|
|
|
- String taxAgreementId = ptlTaxSourceNewService.getAgreementId(deptId, userId, companyId, quoteInfo,insuranceRisk.getCode(),orderno);
|
|
|
+ String taxAgreementId = ptlTaxSourceNewService.getAgreementId(deptId, userId, companyId, quoteInfo, insuranceRisk.getCode(),orderno);
|
|
|
((BaseQuoteVo<?>) arg).setAgreementId(taxAgreementId);
|
|
|
log.info("======================订单号"+orderno+"走默认协议判断逻辑!匹配协议为:"+taxAgreementId+"=======================");
|
|
|
//throw new SystemException("订单号"+orderno+"走默认协议判断逻辑!匹配协议为:"+taxAgreementId);
|