|
|
@@ -240,6 +240,9 @@ public class QuoteRespVo {
|
|
|
this.syExportFee = BigDecimalUtils.nullToZero(this.syExportFee).divide(new BigDecimal(10));
|
|
|
this.noExportFee = BigDecimalUtils.nullToZero(this.noExportFee).divide(new BigDecimal(10));
|
|
|
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));
|
|
|
}
|
|
|
|
|
|
|