|
|
@@ -77,7 +77,7 @@ public class InsurePremiumRequest extends ChengTaiBaseRequest{
|
|
|
}
|
|
|
// 意外险
|
|
|
InsDrivingIntentionInsurance ctQuoteAccidentVo = quoteVo.getAccidentalDrivingVo();
|
|
|
- if(Objects.nonNull(ctQuoteAccidentVo)){
|
|
|
+ if(StringUtils.isNotBlank(ctQuoteAccidentVo.getProjectCode())){
|
|
|
AccContractDTO accContract = new AccContractDTO(quoteVo);
|
|
|
this.accContract = accContract;
|
|
|
}
|