cloudroam
2024-10-23 8c469898c0a71224e17780696d47581de47c9ed7
src/main/java/com/mzl/flower/service/supplier/SupplierService.java
@@ -213,4 +213,8 @@
        supplier.update(SecurityUtils.getUserId());
        supplierMapper.updateById(supplier);
    }
    public Supplier getSupplierById(String supplierId) {
        return supplierMapper.selectById(supplierId);
    }
}