wks пре 2 година
родитељ
комит
0b318bf813
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/main/java/com/ydtech/modules/order/entity/InsAreaCompany.java

+ 3 - 1
src/main/java/com/ydtech/modules/order/entity/InsAreaCompany.java

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