|
|
@@ -201,12 +201,12 @@ public class QuoteVerificationAspect {
|
|
|
InsOrdersAccidentalDriving insOrdersAccidentalDriving, InsOrders insOrders) {
|
|
|
//获取所有费用属性
|
|
|
List<PtlAgreementUndwrtRulesAttr> undwrtRulesAttrList = orgClient.list().getData();
|
|
|
- HttpResult comparenew = orgClient.compareNewCar(insOrdersCarInfo.getRegisterDate().format(DateTimeFormatter.ofPattern("yyyy-MM-dd")), insOrders.getCompanyId(), insOrdersCarInfo.getVehicleUseCode());
|
|
|
+// HttpResult comparenew = orgClient.compareNewCar(insOrdersCarInfo.getRegisterDate().format(DateTimeFormatter.ofPattern("yyyy-MM-dd")), insOrders.getCompanyId(), insOrdersCarInfo.getVehicleUseCode());
|
|
|
boolean isNewCar = false;
|
|
|
- if(comparenew.getCode()== 200) {
|
|
|
- // 新旧车判断
|
|
|
- isNewCar = comparenew.getData().equals("true") ? true : false;
|
|
|
- }
|
|
|
+// if(comparenew.getCode()== 200) {
|
|
|
+// // 新旧车判断
|
|
|
+// isNewCar = comparenew.getData().equals("true") ? true : false;
|
|
|
+// }
|
|
|
//获取所有费用属性关联
|
|
|
List<RuleAttrMappingVo> ruleAttrMappingVoList = RuleAttrMappingVo.getRuleAttrMappingVoList(insOrdersOther,insOrdersCarInfo,
|
|
|
riskList, insOrdersCarUserInfos, kindList, insOrdersCosts, insOrdersAccidentalDriving, isNewCar);
|