zhangback
2026-01-13 487ef37ec34860b255986d8716d193369024e000
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);