|
@@ -539,9 +539,13 @@ public class InsAreaCompany implements Serializable {
|
|
|
this.syAdjustRate = StringUtils.parseDouble(quoteRespVo.getSyAdjustRate());
|
|
this.syAdjustRate = StringUtils.parseDouble(quoteRespVo.getSyAdjustRate());
|
|
|
this.jqRenewal = StringUtils.isEmpty(quoteRespVo.getJqRenewal()) ? null : quoteRespVo.getJqRenewal();
|
|
this.jqRenewal = StringUtils.isEmpty(quoteRespVo.getJqRenewal()) ? null : quoteRespVo.getJqRenewal();
|
|
|
this.syRenewal = StringUtils.isEmpty(quoteRespVo.getSyRenewal()) ? null : quoteRespVo.getSyRenewal();
|
|
this.syRenewal = StringUtils.isEmpty(quoteRespVo.getSyRenewal()) ? null : quoteRespVo.getSyRenewal();
|
|
|
- this.jqClaims = quoteRespVo.getJqClaims();
|
|
|
|
|
- this.syClaims = quoteRespVo.getSyClaims();
|
|
|
|
|
- if(StringUtils.isNotEmpty(quoteRespVo.getIszdj())){
|
|
|
|
|
|
|
+ if (StringUtils.isNotEmpty(quoteRespVo.getJqClaims())) {
|
|
|
|
|
+ this.jqClaims = quoteRespVo.getJqClaims();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (StringUtils.isNotEmpty(quoteRespVo.getSyClaims())) {
|
|
|
|
|
+ this.syClaims = quoteRespVo.getSyClaims();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (StringUtils.isNotEmpty(quoteRespVo.getIszdj())) {
|
|
|
this.isDjq = quoteRespVo.getIszdj();
|
|
this.isDjq = quoteRespVo.getIszdj();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|