Fancy
2024-12-13 a9de97ec2f33c540e4dce56af7a11ccd30a65f5a
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);
        }
    }