|
@@ -541,7 +541,9 @@ public class InsAreaCompany implements Serializable {
|
|
|
this.syRenewal = StringUtils.isEmpty(quoteRespVo.getSyRenewal()) ? null : quoteRespVo.getSyRenewal();
|
|
this.syRenewal = StringUtils.isEmpty(quoteRespVo.getSyRenewal()) ? null : quoteRespVo.getSyRenewal();
|
|
|
this.jqClaims = quoteRespVo.getJqClaims();
|
|
this.jqClaims = quoteRespVo.getJqClaims();
|
|
|
this.syClaims = quoteRespVo.getSyClaims();
|
|
this.syClaims = quoteRespVo.getSyClaims();
|
|
|
-
|
|
|
|
|
|
|
+ if(StringUtils.isNotEmpty(quoteRespVo.getIszdj())){
|
|
|
|
|
+ this.isDjq = quoteRespVo.getIszdj();
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public void setPaymentLink(String paymentLink) {
|
|
public void setPaymentLink(String paymentLink) {
|