|
@@ -604,7 +604,7 @@ public class PremiumCalculationRequest {
|
|
|
this.ownerGender = "9";
|
|
this.ownerGender = "9";
|
|
|
}
|
|
}
|
|
|
// 是否过户
|
|
// 是否过户
|
|
|
- if (carInfoVo.isTransferFlag()) {
|
|
|
|
|
|
|
+ if (carInfoVo.isTransferFlag() || carInfoVo.isTransferFlagBi()) {
|
|
|
this.chgOwnerFlag = "01";
|
|
this.chgOwnerFlag = "01";
|
|
|
this.transferDate = XmlDateTimeFormatter.format(carInfoVo.getTransferDate());
|
|
this.transferDate = XmlDateTimeFormatter.format(carInfoVo.getTransferDate());
|
|
|
} else {
|
|
} else {
|