소스 검색

永城 修改

wks 2 년 전
부모
커밋
00d8e7dc46
1개의 변경된 파일0개의 추가작업 그리고 19개의 파일을 삭제
  1. 0 19
      src/main/java/com/ydtech/modules/ins/model/yc/ruote/Ruote.java

+ 0 - 19
src/main/java/com/ydtech/modules/ins/model/yc/ruote/Ruote.java

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