|
@@ -63,7 +63,6 @@ public class QuoteVerificationAspect {
|
|
|
List<KindInfoVo> kinds = quoteInfo.getKindList();
|
|
List<KindInfoVo> kinds = quoteInfo.getKindList();
|
|
|
List<RiskInfoVo> risks = quoteInfo.getRiskList();
|
|
List<RiskInfoVo> risks = quoteInfo.getRiskList();
|
|
|
|
|
|
|
|
- ProductsType productsType;
|
|
|
|
|
boolean haveCarDamageKind = false;//是否含车损
|
|
boolean haveCarDamageKind = false;//是否含车损
|
|
|
boolean haveBusiKind = false;//是否含车损外的商业险种
|
|
boolean haveBusiKind = false;//是否含车损外的商业险种
|
|
|
for (KindInfoVo kindInfoVo : kinds) {
|
|
for (KindInfoVo kindInfoVo : kinds) {
|
|
@@ -87,6 +86,7 @@ public class QuoteVerificationAspect {
|
|
|
} else {
|
|
} else {
|
|
|
productid = ProductsType.PT_0330034001.getCode();//交商
|
|
productid = ProductsType.PT_0330034001.getCode();//交商
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
String taxAgreementId = taxSourceService.getAgreementId(deptId, userId, companyId, quoteInfo.getCarInfo().getLicenseNo(), quoteInfo.getCarInfo().getEnginedesc(), productid);
|
|
String taxAgreementId = taxSourceService.getAgreementId(deptId, userId, companyId, quoteInfo.getCarInfo().getLicenseNo(), quoteInfo.getCarInfo().getEnginedesc(), productid);
|
|
|
if(!"".equals(taxAgreementId)){
|
|
if(!"".equals(taxAgreementId)){
|
|
|
((BaseQuoteVo<?>) arg).setAgreementId(taxAgreementId);
|
|
((BaseQuoteVo<?>) arg).setAgreementId(taxAgreementId);
|