Fancy
2024-12-19 3c61c5f4bc92f75b4fe60653eaa676a21cde4325
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);
        }
    }