liurunyu
2025-05-24 c4c88b0ec16be3240d691ad4fd3cf01b35a12e02
pms-parent/pms-web-product/src/main/java/com/dy/pmsProduct/process/ProcessSv.java
@@ -211,6 +211,7 @@
            return null;
        }).filter(bill -> bill != null).toList();
        if (CollectionUtils.isNotEmpty(billList)) {
            billDao.deleteByNodeId(billList.stream().map(PrBillOfMaterial::getNodeId).toList());
            billDao.insertMany(billList);
        }
    }