wks 1 rok pred
rodič
commit
c7a85e4364

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

@@ -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));
     }
 
 

+ 0 - 1
src/main/java/com/ydtech/modules/order/aop/aspect/QuoteVerificationAspect.java

@@ -131,7 +131,6 @@ public class QuoteVerificationAspect {
                         result.getData().setSumExportFee(subOrderExportFeeVo.getJqExportCosts()
                                 .add(subOrderExportFeeVo.getSyExportCosts())
                                 .add(subOrderExportFeeVo.getNoExportCosts()));
-                    }else {
                         feeDisplayService.setQuote(result.getData());
                     }
 

+ 2 - 0
src/main/java/com/ydtech/modules/order/service/impl/InsOrdersServiceImpl.java

@@ -950,6 +950,8 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
                             item.setSumExportFee(null);
                         }
                 );
+            } else {
+                feeDisplayService.setUpRevise(insAreaCompanyEditingDtos);
             }
         }
         insOrdersEditingVo.setInsAreaCompanyEditingDtos(insAreaCompanyEditingDtos);