|
|
@@ -371,7 +371,7 @@ public class Base {
|
|
|
}
|
|
|
|
|
|
if (null != biRiskInfo) {
|
|
|
- CarInsDateDto bidd = base.buildInsDate(ciRiskInfo.getStartDate(), ciRiskInfo.getEndDate());
|
|
|
+ CarInsDateDto bidd = base.buildInsDate(biRiskInfo.getStartDate(), biRiskInfo.getEndDate());
|
|
|
base.setTInsrncBgnTmSY(bidd.getStartDate());
|
|
|
base.setTInsrncEndTmSY(bidd.getEndDate());
|
|
|
|