瀏覽代碼

修改代码

wks 1 年之前
父節點
當前提交
7d7ed1fdea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/ydtech/modules/ins/model/vo/QuoteRespVo.java

+ 1 - 1
src/main/java/com/ydtech/modules/ins/model/vo/QuoteRespVo.java

@@ -242,7 +242,7 @@ public class QuoteRespVo {
         this.sumExportFee = BigDecimalUtils.nullToZero(this.sumExportFee).divide(new BigDecimal(10));
         this.jqExportRadio = BigDecimalUtils.nullToZero(this.jqExportRadio).divide(new BigDecimal(10));
         this.syExportRadio = BigDecimalUtils.nullToZero(this.syExportRadio).divide(new BigDecimal(10));
-        this.noExportFee = BigDecimalUtils.nullToZero(this.noExportFee).divide(new BigDecimal(10));
+        this.noExportRadio = BigDecimalUtils.nullToZero(this.noExportRadio).divide(new BigDecimal(10));
     }