|
@@ -193,7 +193,6 @@ public class Ruote {
|
|
|
throw new RuntimeException(e);
|
|
throw new RuntimeException(e);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
//折旧价
|
|
//折旧价
|
|
|
String defValue = YcBuildData.getDefValue(new BigDecimal(vhl.getNNewPriceValue()), vhl.getCFstRegYm(), startTime);
|
|
String defValue = YcBuildData.getDefValue(new BigDecimal(vhl.getNNewPriceValue()), vhl.getCFstRegYm(), startTime);
|
|
|
vhl.setNActualValue(defValue);
|
|
vhl.setNActualValue(defValue);
|
|
@@ -213,10 +212,8 @@ public class Ruote {
|
|
|
CoverageListJQ coverageListJQ = CoverageListJQ.buildCoverageListJQ(yaQuoteInfoVo.getRiskList());
|
|
CoverageListJQ coverageListJQ = CoverageListJQ.buildCoverageListJQ(yaQuoteInfoVo.getRiskList());
|
|
|
condition.setCoverageListJQ(coverageListJQ);
|
|
condition.setCoverageListJQ(coverageListJQ);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
String jqFlag = base.getCAppJqFlag();
|
|
String jqFlag = base.getCAppJqFlag();
|
|
|
String syFlag = base.getAppSYFlag();
|
|
String syFlag = base.getAppSYFlag();
|
|
|
- String szFlag = "N";
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 商业险险别
|
|
* 商业险险别
|
|
@@ -236,10 +233,8 @@ public class Ruote {
|
|
|
//投保组合
|
|
//投保组合
|
|
|
String groupStr = YcBuildData.buildInsureGroup(jqFlag.equals("Y"), syFlag.equals("Y"));
|
|
String groupStr = YcBuildData.buildInsureGroup(jqFlag.equals("Y"), syFlag.equals("Y"));
|
|
|
vehicleAdjust.setCInsuranceGroup(groupStr);
|
|
vehicleAdjust.setCInsuranceGroup(groupStr);
|
|
|
-// vehicleAdjust.setCInsuranceGroup("DJ");
|
|
|
|
|
condition.setVehicleAdjust(vehicleAdjust);
|
|
condition.setVehicleAdjust(vehicleAdjust);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
//商业险
|
|
//商业险
|
|
|
if (base.getAppSYFlag().equals("Y")) {
|
|
if (base.getAppSYFlag().equals("Y")) {
|
|
|
|
|
|
|
@@ -253,14 +248,9 @@ public class Ruote {
|
|
|
prmCoef.setNChannelAdjust("1");
|
|
prmCoef.setNChannelAdjust("1");
|
|
|
prmCoef.setCResvTxt1("0");
|
|
prmCoef.setCResvTxt1("0");
|
|
|
prmCoef.setCInsuranceGroup(groupStr);
|
|
prmCoef.setCInsuranceGroup(groupStr);
|
|
|
-// prmCoef.setCInsuranceGroup("JSGBZX");
|
|
|
|
|
condition.setPrmCoef(prmCoef);
|
|
condition.setPrmCoef(prmCoef);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// //新增设备明细(商业险)
|
|
|
|
|
-// List<MachineList> machineList = new ArrayList<>();
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 交强险车船税
|
|
* 交强险车船税
|
|
|
* 车船税tax
|
|
* 车船税tax
|
|
@@ -310,15 +300,6 @@ public class Ruote {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-// /**
|
|
|
|
|
-// * 意健险被保人信息
|
|
|
|
|
-// * 代码:VHlADDINSURED
|
|
|
|
|
-// */
|
|
|
|
|
-// VhlAddInsured vhlAddInsured = VhlAddInsured.buildVhladdinsured(ownerInfo);
|
|
|
|
|
-// condition.setVhlAddInsured(vhlAddInsured);
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
requestLabel.setAuthorityData(ycConfigureParameters.gainAuthorityDataXml());
|
|
requestLabel.setAuthorityData(ycConfigureParameters.gainAuthorityDataXml());
|
|
|
requestLabel.setCondition(condition);
|
|
requestLabel.setCondition(condition);
|
|
|
|
|
|