瀏覽代碼

诚泰修改

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) {