wujianwei
2026-01-08 47f5004419c3c703919b5351034fc9cfa0ac39f8
tms/src/main/java/com/ruoyi/tms/service/impl/TmsQuoteFeeServiceImpl.java
@@ -116,7 +116,7 @@
        if (quoteFeeItems != null && !quoteFeeItems.isEmpty()){
            quoteFeeItems.forEach(quoteFeeItem -> {
                quoteFeeItem.setDispatchId(dispatchOrder.getId());
                if (quoteFeeItem.getIsYF() == 0){
                if (quoteFeeItem.getIsYF()!=null &&quoteFeeItem.getIsYF() == 0){
                    quoteFeeItem.setYfCount(null);
                    quoteFeeItem.setYfPrice(null);
                    quoteFeeItem.setYfSum(null);